Hello,
I have a custom field (dropdown) where all Stories must be assigned a value:
Dropdown: Story Type
1. UI
2. Back-end
3. Miscellaneous
I'd like a Quick Filter where I can click "UI" and it'll show all Stories and Sub-Tasks that have the "UI" field selected. Sub-Tasks don't get assigned the "Story Type", so the regular JQL query will only display all of the Stories with "UI" and none of the Sub-Tasks are shown.
This is the JQL query that I'm using that shows no Sub-Tasks because none of the Sub-Tasks use the "Story Type" dropdown:
IAM Story Type" = UI
How do I have a JQL query show all Sub-Tasks of a parent Story filter?
(I cannot afford the $750 for the ScriptRunner add-on for JIRA)
Hi, an alternative is to use JQL Search Extensions
If you do not want to use an add-on then you should add the Story Type dropdown to sub-tasks as well and fill it upon creation a new sub-task. It is inconvenient but you do not have to pay for add-ons.
Or you can develop your own JQL function, but it would require some skills.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no JQL, which would let you choose subtasks for issues, out of the box
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.