Hi Team,
How to change the subtasks field value which is copied from parent to all subtasks when same parent field value is changed. We have 'Escalation?' field value copied over to subtasks from the main tasks while creating the subtask. I would like to change "Escalation?" field on all subtasks when we changed on main tasks anytime. For example If we changed the Escalation? = yes on main tasks, it should change all subtasks to Escalation? = yes.
We have scriptrunner, JMWE and JSU addons. Is it possible ?
Thanks for your help!
Hi @Lakshmi CH ,
with JMWE, you can create an Event-based action that listens to the Issue Field Value Changed event, and under Post-functions, you'll add a Copy Field Value to Related Issues post-function to copy the Escalation? field to sub-tasks of the current issue.
Thank you for quick response. This is working as expected.
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.