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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.