Hi,
I am trying to send a mail using automation. In this the mail, I want to send the update the fields. We are updating multiple fields and want to send their previous and updated values.
I have tried using {{fieldChange}}
smart value. It is supporting only one field. Is there any option or alternative for this to send the field changes of multiple fields.
As per Altassian documentation, When there are multiple fields that have changed, {{fieldChange}}
only contains the first changed value.
Automation smart values - issues | Cloud automation Cloud | Atlassian Support
Is there any other alternative or solution for this .
Thanks in Advance,
Hello @Sreenivasaraju P
Have you already got a rule constructed? If so, please share with us screen images showing your entire rule. Also provide detail images for anyplace where you are using smart values or JQL.
Explain to us what you expect to have happen when the rule executes, and what you actually observe happening.
Also, it will be helpful if you provide a screen image showing all the details of the Audit Log entry created when the rule executed.
And lastly, what is the scope for your rule? Is it single project, multiple project, or global?
Yes, and...to the suggestions from @Trudy Claspill
Although documentation for the {{changelog}} smart value indicates it supports multiple fields, in my experience, that is only relevant for a small number of scenarios. Thus, another key question is: how are you changing the work item's multiple fields?
It appears the automation engine is selective regarding which events lead to which triggers starting a rule. For example...
When one wants to see mostly everything that changed in a small window of time, a brute-force way to do that is to grab the changelog records with the REST API and to parse them for the time range.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.