Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Query

Aswathi D
Contributor
August 23, 2023

I want a jql query ( or via scriptunner) for finding all user stories within an epic/theme

How can I find this ?

 

1 answer

0 votes
Mohammed Aamer Khan
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.
August 23, 2023

Hi Aswathi,

You can use following query 

issue in portfolioChildIssuesOf("ABC-1") and type = story

 

Regards,
Aamer

Aswathi D
Contributor
August 23, 2023

Hi @Mohammed Aamer Khan ,

Thanks for your reply

But got an error unable to find jql function portfoliochildissuesof(SIM-14)

Mohammed Aamer Khan
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.
August 23, 2023

Hi @Aswathi D ,

Please try below query and let me know if you got expected output

issue in childIssuesOf("ABC-1") and type = Story

Suggest an answer

Log in or Sign up to answer