Is there a way to use JQL to filter on Tasks and related sub-tasks? I want to be able to include sub-tasks that are related to specific tasks. Based on the queries I have looked at I am either including sub-tasks but not the main task OR the main task is included but I am missing sub-tasks in the filter. This is mainly to feed into BigPicture resource planning tool, but I can't seem to get the query right.
There are ways of doing this but determining the best method for you requires more info. Such as, is this an occasional thing you want to do or frequent? How much effort are you willing to put into it? etc.
Let me provide my thoughts and see where it gets us but let me first state that the cleanest way is to use something like Scriptrunner's "issuefunction".
1) you could simply use a JQL like this - project = ABC and issuetype in (task, sub-task). Adding further qualifiers, e.g. status.
2) you could add a label to the tasks and sub-tasks resulting in a JQL like this - labels = stuff.
3) more obscure solution, but may work depending on your needs, is to create a kanban board with a single column and use the filter in #1. this will give you a view w/ sub-tasks grouped under the parent task.
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.