With the use of an extension tag called <Extension name="JiraTag"/>, you can include a list of associated Jira issues in a SystemWeaver report. In order to do this, you must be logged in to Jira via the view.
Prerequisites
- Familiar with the SystemWeaver meta model building blocks (e.g., Items, Parts and Attributes)
- An installation of the SystemWeaver Explorer client (swExplorer)
- Knowledge of XML
- Assignment of the SW Architect role in the server
- Completed the Report Generation - Introductory Training
- The SystemWeaver SWExtension.Jira2.dll client extension is located in the Client's swExplorerExtensions directory
- An SW Architect has configured and activated the view via Configure the explorer
Example Report Definition
Below is a simple example report.
<Report> <ForEach select="/IURQ"> <Text>#{Name}</Text> <Extension name="JiraTag"/> <Text/> </ForEach> </Report>
Example Report Result
Not seeing the Jira issues in your report? |