Forums

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

Is this any feature in JIRA without completing predecessor task, successor task (FS) will not start

Ramiah Selvam August 6, 2019

Is this any feature in JIRA without completing predecessor task, successor task (FS) will not start. 

 

1 answer

1 vote
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.
August 6, 2019

Hello,

You can not do it out of the box. You would need an app like Power Scripts, ScriptRunner, JWME, MyGroovy, Groovioli and so on.

If you want to use the Power Scripts app, then you could create a condition for the In Progress status with a code like this:

if (parent.status == "To Do" {

    return false, "Parent status is To Do, you can not start this task";

}

return true;
Mohamed Ghayasuddin
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!
August 6, 2019

Thanks Alexey.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events