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

Jordan Mann 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
C_ Derek Fields
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.
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 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