I know how to return the creator or assignee names, but what if someone changed the description or the value of the SP field? which property will return the name of that person?
Hi @Maia Reshef
It depends on the rule.
If the edit to the Issue triggers the rule, you could use the smart value {{initiator}} - which locates the user who caused the rule to trigger
If it's just last user to update the Issue but it's not part of the trigger (eg. a Scheduled Trigger) - I'm not sure there's a direct smart value for this.
But you could...
---
Note: These smart values provide the User's ID - to make it their name it would be {{initiator.displayName}}, etc. For more information on user smart values, see this help page.
Ste
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.