Hi, we use automations for certain emails to portal customers with a fixed set of data (smart values) about their ticket. With two of these we have problems finding the correct smart values:
These are the smart values we used that are wrong.
For the first one I can't find the correct reference.
Regarding the latter, if I leave out the "converttoTimeZone...." it works fine though
Any suggestions?
Hello @Harald Heinz
What is the context of the Automation Rules where you want to use these values? What is the trigger for these rules?
Jira has an Updated timestamp that you can access via smart value to find out when an item was last updated, but Jira does not natively keep track of the who made the update in a way that is directly and simply accessible as a smart value. You would have to access the History for the item and parse through it to get the most recent entry and pull the related actor information from that entry.
Alternately you could set up a custom User field for "Last Updater" and create an Automation Rule triggered by Work Item Updated, using that rule to set your custom "Last Updater" field. That would work going forward, but you would need a different solution to populate it for items that already exist. The field would not be populated for those items unless they were updated again.
Also, I am not 100% sure that the Work Item Updated trigger would catch all updates to the issue. Some testing may need to be done for different types of updates, like transitions vs. edits vs. work logged vs. commented.
Hi @Trudy Claspill ,
purpose is to inform a defined organization within the project about a certain field updates (e.g. priority set to high). Only the last updater of the task is needed, so no history.
Thanks, after I accepted that there is no other way than creating a custom User field I even found an existing one named last updater. used {{customfield_11140.displayName}} and it worked.
Only thing open is the format change for SLA-End date and time
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.