Regarding JQL for list of all subtask of Story with Label

Amit Papriwal October 19, 2014

Hi,

I have a story with some label LABEL1 and have some subtask for that story. I want to write a JQL for list of all subtask for stories that have label LABEL1.

Is it possible to write without any add-on?

Let me know if more information is required.

 

Thanks

Amit

3 answers

0 votes
Amit Papriwal October 20, 2014

Hi,

No, It will not be solved using this JQL as issue type stories have given label and the sub task don't have any label and what I need is

show all subtask of story with label LABEL1

 

Amit

gowri goli July 31, 2018

Can I have the query for a Story with all subtasks I don't need Label?

0 votes
KD Hymes October 20, 2014

Would this not be possible with the following JQL?

project = TEST AND issuetype = story AND "Epic Link" IN (TEST-1275,TEST-955,TEST-966) and label = LABEL1

or

project = TEST AND issuetype = story AND parent in tempoEpicIssues(TEST-1275,TEST-955,TEST-966)

0 votes
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 19, 2014

Not possible without add-ons. I think there is an add-on for cloud version that uses Connect architecture and exposes more search options but I am not sure if that had this specific functionality.

Suggest an answer

Log in or Sign up to answer