I am using Jira with confluence for tracking the Functional requirements and the corresponding development items.
Can I take an export from JIRA where I can see the JIRA tickets and the associated confluence page name?
I managed to find out the list of Jira tickets which are associated with the confluence link from the JQL queries, But I need the report with the Confluence page name.
Below is the format required by me:
JIRA id-1 | Confluence page Name 1 |
JIRA id-2 | Confluence page Name 1 |
JIRA id-3 | Confluence page Name 1 |
JIRA id-4 | Confluence page Name 2 |
JIRA id-5 | Confluence page Name 2 |
JIRA id-6 | Confluence page Name 3 |
JIRA id-7 | Confluence page Name 4 |
JIRA id-8 | Confluence page Name 5 |
Can this be achieved from the JQL queries or by some any other means from the JIRA software.
Thanks in Advance.