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.
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.
Hello @Gaurav unfortunately it didn't worked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.