Hey,
is there any way to filter for issues with attachments in one or more test steps using JQL query?
Using the query "attachments is not EMPTY", I only get issues with attachments attached to the actualy issue. However, when a file is attached to a teststep, its not listed under the attachment section and thus not recognized as an issue with an attachment by the filter.
Thanks and kind regards,
Sascha
Hello @Sascha Schulz ,
I couldn't identify what type of problem would be Test Steps, but if it is a child (SubTask) you can use the query below:
(project = "Project A" AND the parent is EMPTY AND the attachments are not EMPTY) OR (project = "Project A" AND the parent is not EMPTY AND the attachments are not EMPTY)
So far I haven't been able to list the results of the query in order, but I believe that this query can help.
If the test step is an issue type pattern, I believe native JQL still doesn't allow you to do nested queries like listing all linked issues without a Fixed value like an Issue's own key. You would need an application like Scriptrunner, JQL Tricks or JQL Search Extensions.
Hope I helped you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.