The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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 Champions.
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