I am trying to create an automation rule that shows me who changed fix version on an issue. I do not seem to have the correct field name for the person that made the change. Can someone please point me in the right direction?
From: {{fieldChange.fromString}}
To: {{issue.fixVersions.name}}
Changed by : {{changedby.username}} <=== this is wrong
have you tried
{{initiator.displayName}}
THANK YOU ! THANK YOU! should have done this two hours ago :)
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.