Forums

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

create a filter for all sub-tasks caused by a certain task

Jordan Mann
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 1, 2021

How do I do that? I'm trying to set issueLinkType = "is caused by" AND issuekey = "task name" but that returns no entries.  Thanks.

1 answer

0 votes
Derek Fields (RightStar)
Community Champion
March 1, 2021

Welcome to the community. Sub-tasks are different than linked issues. If you are trying to find all issues that are linked through the "is caused by" link, try this:

issue in linkedIssues(<issue key>, "is caused by")

Jordan Mann
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 1, 2021

thanks for the response. OK, so first I have to apologize for the mistakes I made in the original question. I have tasks that are "caused by" a user story, not subtasks caused by a task. Suppose the user story is called "ABCD 1234". If I want all the tasks caused by that user story, do I write this?

issue in linkedIssues("ABCD 1234", "is caused by")

Thanks again.

Suggest an answer

Log in or Sign up to answer