Hi, I want to write a query to find the tasks linked to a particular story, can anyone help me out?

Mohammad Asiffraza August 5, 2021

For Example I have a userstory ticket with XY-123 and there are 10 tasks under it .  I want a query to do a bulk change in these tasks.

 

1 answer

0 votes
Gaurav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 5, 2021

Hello @Mohammad Asiffraza 

Welcome to the Atlassian community!!

The following query will help you to find the tasks linked to a particular story

linkedIssue in linkedIssues("XY-123")

Please accept the answer if this helps solve your query else respond and allow others to share input.

Mohammad Asiffraza August 5, 2021

Hello @Gaurav unfortunately it didn't worked.

Gaurav
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 5, 2021

Hello @Mohammad Asiffraza 

Kindly share the details of what is the output of the query. I have just tested this query and it returns the required result set.

I would suggest testing it with an issue, which does have linked issues.

Please refer to the screenshot below.

Please accept the answer if this helps solve your query else respond and allow others to share input.

JQL1.JPG

Suggest an answer

Log in or Sign up to answer