How to filter by Story with specified Sub-task?

Maciej.Gladysz February 12, 2020

The idea is to filter  only by user story that contains Sub-task, but not every Sub-task - only specialized type of Sub task.
We have stories with diffrent kind of sub task - tech sub-task, UI-sub task etc. How to filter them in JQL to get for example only Stories that contains "UI Sub-task"?

1 answer

0 votes
final_openshift Certi November 10, 2020

Hi Maciej,

You can achieve this by using   JQL Search Extension plugin , you can use the query issue in parentOf("issueType = UI Sub-task")

Please refer to the documents it contains examples and other necessary information related to the usage of plugin

Suggest an answer

Log in or Sign up to answer