Hi, I have a rule that says:
when custom field "issue type" is set to "graphics", create a new mirror card with title "{cardlink}" in list "backlog" on board "graphics"
Is there any way, how to stop the mirroring when task is marked as complete - using a rule?
Ohhhh yes, love these questions:
The rule is
When the custom field "Issue Type" is set to "regex:/^(?!graphics).*$/i", find the card titled "{cardlink} in list "backlog" on board "graphics" and archive the card
Note, the regex for the custom field value will trigger if the custom field is set to anything other than graphics
You could also make it so the same happens if you clear the custom field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.