I want to define the following rule:
When a Story or Bug issue gets an update on the field 'Parent', replace the field 'FixVersion' with the values from the parent issue except for the value 'NIS 2.7'. In case the field 'Parent' becomes unset, unset the field 'FixVersion' except for the value 'NIS 2.7'.
I could successfully setup the following rule: When a Story or Bug issue gets an update on the field 'Parent', copy the field 'FixVersion' from the parent issue. In case the field 'Parent' becomes unset, unset the field 'FixVersion'
But I don't know how to add the two exceptions. Any idea? Thanks!
You could add conditions to your rule to check for the exceptions:
https://support.atlassian.com/cloud-automation/docs/jira-automation-conditions/
If that does not help, context is important for the community to help. Please post the following:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.