Hello
Is there a way to pull attachment data from JIRA such as date and time added and file name ?
Thank you
Mohammed
getAttachmentList from JIRA Command Line Interface (CLI) pulls information from JIRA into a csv file. Use together with runFromIssueList to get all attachments across multiple attachments. getAttachmentList shows the example output.
JIRA only has one function associated with attachments (attachments), and it only searches whether an issue has or has no attachments. However, there are plugins that do extend this ability:
http://www.j-tricks.com/jql-tricks-plugin.html
https://marketplace.atlassian.com/plugins/pl.craftware.jira.search-attachments-plugin
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.