I am having a real struggle trying to find what smart value I need to use to display the user/author whatever it is that changed the status (transitioned).
The premise is I have it sending a message of:
Your ticket was completed on {{issue.updated.format("dd/MMM/yyyy @ h:mm a")}}
but I want it to include "by {{user who updated the status}}"
For the comments, it was easy to just use {{comment.author}} but I cannot figure what the status change author call would be, and documentation I could find was not very helpful.
Hi Nathan, welcome to the Community!
If the rule runs when the issue is transitioned, you can use this value to capture the user who made the transition:
{{initiator.displayName}}
For example, if your rule is "When: Issue transitioned from In Progress to Done", this value should be just what you need. This value is in the Smart values - users page in the documentation.
Cheers,
Daniel
Perfect, thank you; I must have glossed over every option because most of them are defined as 'issue' and did not read the description of 'The user who triggered the rule' (Key word being rule)
I guess it is back to Googling school for me.
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.