Update parent task after validating the subtask, in other words don't change the parent issue fields until it's subtask is validate
Community moderators have prevented the ability to post new answers.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
but this one will only prevent parent transitioning (only status field)
you asekd for parent issue field change, for which I wrote solutions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.