Hi Community,
I need to configure a Bug board for project Development which only shows the bug tickets & subtasks of the bug issue type not any other ticket's subtasks under the same project.
I used multiple JQL but did not get success here can you please help me here
Thanks
Amol
Hi Amol,
Sadly you cannot achieve the desired search using standard features on Jira, you can either use an specific issue type for Bug's Subtasks or go for a third-party app instead. Using i.e. JQL Booster Pack you can type the following:
Search for all Bugs and their subtasks
type = Bug OR issue IN subtasksOf("type = Bug")
Using this app you can also query other issues relations, check:
References:
Hope this helps you to create awesome queries <3
Kind regards
Either you can create new issue type for bugs only,
or if you need to differentiate all the issue type's sub-tasks you can create the custom field and place it in a screen, with options which issue type it belongs to,
then it will be easier to identify the issues through JQL.
If you are okay with installing add-ons, there are apps in which the above requirement can be achieved through script.
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.