Hello,
I need to create a report about for a customer where only incidents with attachments are shown.
Does anyone know how this can be done?
Thank you in advance.
Ivo
Hello @Ivo Rodrigues
Lot of reports in Jira can be extracted from the issue navigator view (search page) of Jira. But currently it's an open request to have the attachment available in issue navigator view
https://jira.atlassian.com/browse/JRASERVER-4737
You can create scripted field if you have paid plugin like Script runner as explained in this example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Note that you can, however, create a filter that will show all issue that have attachments.
attachments is not Empty
will return a list of all issues that have attachments. To view them you must drill donn into each issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.