Hi,
I'm trying to change my property "Budget" when the ticket is changing of Epic. (misaffectation at the creation of the ticket).
But in the Automation configurator, I don't find the property "Epic Link" in order to activte the rule on change
I tried with "Parent link" but the rules is never activated. The help says that "modified property condition should work with all properties.
Could you tell me what I miss please ?
Thanks and good end of year holidays!
Hello @Sambath SUN
The 'Epic Link' property is not available to b set as a trigger.
The alternative is to leverage smart values to check for the update and then perform the required actions.
Please find below the screenshot of a similar rule.
Under Advanced compare conditions, the values compared are:
{{#changelog.Epic Link}}{{fromString}}{{/}} and {{#changelog.Epic Link}}{{toString}}{{/}}
Please accept the answer if this helps.
--GG
By comparing {{issue.Epic Link}} with your {{#changelog.Epic Link}}{{toString}}{{/}}, it works !
Thanks !
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.