Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,976
Community Members
 
Community Events
185
Community Groups

How do you access the user who triggered a transition with Automation for JIRA?

I have a rule that when a certain transition happens a comment should be left indicating who made that transition.  The rule runs fine, but the comment is missing the name of the user.  I'm using "{{initiator.name}}", should I be using something else/is this value not accessible?

1 answer

3 votes
Brydie McCoy (CB)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Sep 12, 2019

Hi Adam,

You may want to try {{initiator.displayName}} as this is gives the nicer version of the users name.

If you are finding the value is still empty it might be worth raising a support request with screenshots of your rule/issues so we can debug it further.

Cheers,
Brydie [Automation for Jira]

Im using {{{{initiator.displayName}} but it comes back as an account ID. Reporter and Assignee show though...

Like # people like this

was doing this on the test site i had so i figured out it was a different issue, it worked perfectly on the prod site. Thanks!

Like Mihaly Dallos likes this

Related, if you want to actually tag (@ mention) the user who initiated the automation, that would be:

[~accountid:{{initiator.accountId}}]

 This will display as the user's name in the standard format when you @ mention someone in a comments.

Like # people like this

Thanks @Casey Gould In specs they mention only displayName method for initiator. Your suggestion was very helpful

Suggest an answer

Log in or Sign up to answer