Hello
Please provide me query for getting tasks with attachments .
Is there any way to search for attachment types in Jira
Hi
JQL for getiing issues having the attachments is
Issutype =Story and attachments is not Empty
To check for attachments having the file extensions easily using JQL Search Extensions plugin
issue in attachmentExtension(
"pdf"
) for attachments with extensions
issue in attachedByUser("filip") attachments by user
Cloud Link : https://marketplace.atlassian.com/apps/1214791/jql-search-extensions-for-jira?hosting=cloud&tab=overview
Regards,
Sudhakar
If you use Advanced Search, you can use attachments is not empty in the query. I don't think JIRA supports searching for attachment types unfortunately.
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.