Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

List all Jira attachments from a project on a Confluence page

Kelly Sommerfeld January 20, 2015

Looking for a way to take all attachments made in any Jira issue within a project key and list them on a single Confluence page. Any guidance is greatly appreciated.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Bob Swift OSS (Bob Swift Atlassian Apps)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 20, 2015

JIRA Command Line Interface (CLI) actions can generate the list. Use getAttachmentList and combine that with runFromIssueList to get the attachments from all issues you want to include (for instance using JQL: project = MYKEY). How to use runFromIssueList has a bit more on this.

You have 2 choices on how to use the action.

  1. Generate the list, add it to a page as an attachment, and display with the CSV Macro 
  2. Use the CLI Macro to dynamically include the data and display with the CSV Macro
TAGS
AUG Leaders

Atlassian Community Events