Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Search all linkedissue of epic

Piyush A (STR)
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 26, 2022

Hi, I'm looking for an jql for the below query:

 

* All the linkedissue or epic child issues wherein the epic name matches 'test'.

 

Ex. epic 1 "testing test": st1,st2,st3,st4

epic 2 "test": st5,st7,st6

epic 3 "ttt" :st33,st55

 

then the result should be all the story of epic 1 and epic 2.

 

Note: no addon installed.

1 answer

1 vote
mauricio.groth
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.
July 26, 2022

Hi @Piyush A (STR)

As you're on Jira Cloud, the correct answer is to get an app that provides JQL extensions you're looking for.


With standard JQL, you can only get a list of issues and export them to Excel for further processing. This works if you want to do a one-off analysis. If your use case is more dynamic than that, look beyond standard Jira.

Standard JQL doesn't easily allow it, but you can quickly find the results using our professional indexing service JQL Search Extensions

 You can use this query to find all your linked issues or epic child issues wherein the epic name matches 'test'

issue in linkedIssuesOfQuery("type=Epic and text ~ test") or issue in childrenOfEpicsInQuery("text ~ test")

 Check out the documentation for more examples.
I hope this helps!
Maurício

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
atlassian, team '25, conference, certifications, bootcamps, training experience, anaheim ca,

Want to make the most of Team ‘25?

Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.

Learn more
AUG Leaders

Upcoming Jira Events