Hello, I implemented an automation rule, and I need to go back to previous priority, when an other field changes , I tried this {{#changelog.priority}}{{fromString}} but it doesn't work Any suggestions please?
Hello @Fatima AALLA
Can you please share with us your complete automation rule?
As per the documentation you cannot access information about the Priority field through the changelog smart value:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--changelog--
If you need to revert the Priority field to the value it had prior to its last change, and if that change happened prior to the change of the "other field" you are using as your trigger, then you will need to keep track of that previous Priority value in in a separate field that you can reference later in an automation rule.
Hello Trudy,
could you please elaborate on how to revert the previous priority state?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Adria Alonso
You would need to:
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Many Thanks Trudy, workd like a charm!
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.