Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Enable the JIRA plugin from confluence
  • Set up a trusted communication between confluence and JIRA
  • Usernames between confluence and JIRA must match - this will be the case in conflu 3 with federated access.
  • Use the XML file from JIRA as a parameter for the JIRA macro: jiraissues

Step 1: Obtain the URL of the Issue Filter

  • Main navigation bar go to: 'issues'/'new filter'.
  • Select the project you wish to find issues from.
  • Select the type of issues from the dropdown box.
  • Set up any other custom search parameters if you wish.
  • Click on the button: 'view'.
  • Click on the 'views' button on the right hand side
  • Right click on 'XML' and select 'copy link location'

Step 2: Embed the Issue Filter URL onto your Confluence Page

  • Log in to Confluence.
  • Edit the page where you wish to display the list of JIRA issues.
  • Type the following text into a new line at the appropriate location:
    Code Block
          {jiraissues:url=CONTENT}
    
  • Replace 'CONTENT' with the JIRA filter URL from your clipboardstep 1.
  • Customise the macro output by adding optional parameters. See below.
  • Save the page.