Hello guys,
is there a JQL query for filtering all Issues of which Sub-Tasks have a particular Status (let's say "Canceled")?
Thanks for your support.
BR
Mathias
Hi,
Please check:
https://marketplace.atlassian.com/plugins/pt.lt.lfcribeiro.jira.jqlLTFunctions
It might help you on this.
Regards,
Hi!
This is not possible out of the box. However, you have 2 options:
1. JQL Tricks Plugin
http://www.j-tricks.com/jqlt-subtask-functions.html
issue in subtask("status = Canceled")
2. Calculated CF
Write a Calculated Custom field that will query for subtaks and see if any of it has this particular status. Your jql will then query this CF.
HTH.
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.