Forums

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

Prevent Parent fields change after creating a sub task

Fatima Zohra BELABDI July 28, 2021

Update parent task after validating the subtask, in other words don't change the parent issue fields until it's subtask is validate 

1 answer

1 accepted

0 votes
Answer accepted
Alexander Pappert
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.
July 31, 2021

1

create a new status & issue view for the status "no-edit", which only allows the users to view the issue, on edit issue just remove all fields

2

you could use the addon automation for jira (or move the parent maual to the status "no-edit")

create a rule, trigger subtask change

if subtask is not validate, set the parent task in a new status "no-edit"

if subtaks is validate, set parent to another status that allows editing

Fatima Zohra BELABDI August 4, 2021

I simply used native jira by adding a condition 

subTask_bloking.png

Like Alexander Pappert likes this
Alexander Pappert
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 4, 2021

but this one will only prevent parent transitioning (only status field)

you asekd for parent issue field change, for which I wrote solutions

Like Fatima Zohra BELABDI likes this
Fatima Zohra BELABDI August 4, 2021

yes , i did it on the same transition using SIL

Suggest an answer

Log in or Sign up to answer