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


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?
Check to make sure you are logged in to Jira via the view.