Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Preventing task from showing if a subtask is not DONE

Sandra Fernandes
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!
February 5, 2019

How can I prevent a task from showing in the backlog if a subtaks is not DONE yet?

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
February 5, 2019

Hello,

You can not do it out for the box.

You would need a plugin for it.

For example, you could use the Power Scripts plugin:

https://marketplace.atlassian.com/apps/43318/power-scripts-jira-script-automation?hosting=cloud&tab=overview

You could add to your board's filter a JQL like this:

key in hasSubtasks("status != Done");

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events