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.
Manage Confluence like never before! This new learning path teaches you how to manage content, users, and permissions while optimizing user experience. Built for admins at all levels who want to confidently lead and unlock more innovative collaboration.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.