Release documentation 2: Traceability from FS to Tests
See this use-case live on our sandbox environment here: https://radbee-sandbox.atlassian.net/wiki/spaces/GALACTIKA/pages/73466044/Galactika+functional+specification+and+traceability+to+tests
Our sandbox is on Cloud, but as Jira Snapshots functionality is the same as in Data-Center, the sandbox is useful also for Data-Center users.
This is a followup use case to Release Documentation 1: The Bliss of Full Control Combined with Ease .
For a quick recap, Jira Snapshots dramatically reduces the time you need to spend on release documentation:
Jira data on Confluence page is static and time stamped.
Two, three and more traceability matrices are easy to set up.
You can compare between different versions of the data.
In Confluences' page history: each new snapshot creates a new page version.
Snapshots are included Confluence exports (Word and PDF)
Â
Use case by @Rina Nir _RadBee . RadBeeâs CEO âWe cannot remove the burden of regulatory compliance, but we surely can rid teams from the waste of timeâ
Â
Â
Â
Â
Here is how to do it
Login to Confluence and create a new page. Add to it all the âregular textâ sections, like âPurposeâ, 'Scope':
Â
In the top editor toolbar, click the â+â icon and type âjira sâ in the search bar. Then, select the âJira snapshotsâ macro.
Â
In the âEdit Jira Snapshots Macroâ overlay:
Enter a title in the âLevel titleâ field to represent the first level or âlistâ of Jira issues.
Enter a query in the âSearch JQLâ field to limit the scope of issues, like:
project = GAL AND issuetype = "Functional specification" AND fixVersion = V1.0 order by 'Requirement type' ASC
In the âAdd fields to displayâ field, select the desired columns.
When configuring the traceability report, youâll need to select: â+ Add new levelâ
Enter a title for the 2nd level
Enter a query in the âSearch JQLâ field. This time it needs to link with Level 1, like:
issue in linkedIssues($key,"is tested by") AND fixVersion = V1.0 order by key ASC
In the âAdd fields to displayâ field, select the desired columns.
Click the âInsertâ button at the bottom right to complete the macroâs configuration.
Â
Click the âPublishâ button at the top right of the page.
Â
Finally, click the âCreate controlled snapshotâ button to generate a static list of issues.
Hereâs the finished result.
Â
Need to change the issue list or display different information? Simply edit the macro details and click the âUpdateâ button, on the Confluence page, to take a new snapshot.
Â
Â
Â