Forums

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

Story with linked tasks

Dvir Malka
Contributor
October 15, 2020

Hi all!

I want to "catch" stories on a specific status, which are related to tasks on a specific status.

For example:

Story status = Ready For QA & has linked tasks [issue type] on status = In Progress.

Does anyone has anything alike?

Thanks!

2 answers

0 votes
Ziad Bakhiet
Contributor
October 15, 2020

Hello Malka,

You can get the result using JQL Search Extensions

The JQL will look like this:

issuetype = Story AND status="Done" AND linkedIssueStatus = "In Progress"

You can find the full documentation here.

Regards,

Ziad

0 votes
Niranjan
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 15, 2020

Hi @Dvir Malka ,

If you have script runner, the below JQL should help

type=story and status ='Ready For QA' and issueFunction in linkedIssuesOf("type=task and status = 'In Progress'", "blocks")

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events