Forums

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

find tasks without parent issue

Ivan Andrieiev
Contributor
August 31, 2023

I use the standard version of Jira, when building a hierarchy of tasks, we decided to use the parent-child relationship in tasks, but there is a problem with the fact that I cannot find tasks that do not belong to any parent task. Is it possible to do this with jira out of the box or do I need to install additional plugins?

1 answer

1 accepted

0 votes
Answer accepted
Tuncay Senturk
Community Champion
August 31, 2023

Hi @Ivan Andrieiev 

I think you can do that with standardIssueTypes() jql function which searches for issues that are not sub-tasks

issuetype in standardIssueTypes()
Ivan Andrieiev
Contributor
August 31, 2023

@Tuncay Senturk  Hi

we have a four-level structure for building a hierarchy of tasks. Epic-Task-Task-Subtask.
Therefore, most often I have to find tasks at the third level, this is a standard type of tasks, not a subtask. But she has a parental task, but it is not an epic.

Tuncay Senturk
Community Champion
August 31, 2023

Oh, I see! How do you link those Tasks (second and third-level issues)?

Tuncay Senturk
Community Champion
August 31, 2023

Sorry for the spam, I was just thinking about this, if there is a specific link between those two Tasks, you can use Script Runner's hasLinks as below.

AND hasLinks = "your-particular-link-type-direction"
Ivan Andrieiev
Contributor
August 31, 2023

I only should use Script Runner's for this?

I use the connection on the screenshotСнимок экрана 2023-08-31 в 14.55.12.png

Tuncay Senturk
Community Champion
August 31, 2023

No, I don't think it's a good idea to install a plugin for just this purpose. I supposed that you already had the app and you would be able to use this function. Other than that, I'm afraid I have no idea.

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