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,556,237
Community Members
 
Community Events
184
Community Groups

Jira automate - user select custom field

Does anyone know if it's possible to use round robin 'assignment' logic on custom fields that are a user picker?

For example, if you had a custom field (user picker) titled 'Implementation Consultant' and you wanted the value to automatically be set using round robin between John, Sally and Steve, could you use Jira automate to do that? 

I see that it's easy to do this for the 'assignee' field but I haven't seen the ability to do it for custom fields that are user pickers.

Any help would be appreciated. The custom fields don't necessarily reflect who is assigned the work at that given moment, but more so who will be responsible for the work when it get to a certain point in the workflow.

Thanks.

1 answer

1 accepted

2 votes
Answer accepted
Bill Sheboy
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.
Aug 05, 2021

Hi @Justin Berneburg 

There is an open backlog to add this suggested feature: https://codebarrel.atlassian.net/browse/AUT-273

Until something like that happens, you could hard-code the logic or work-around and leverage the function using the assignee field:

  • trigger: whatever you are using
  • action: create variable to save the current assignee
  • action: set assignee using round-robin for your people list/group needed for the custom field (Consultant)
  • action: re-fetch the issue to load the new "assignee"  (Consultant)
  • action: edit issue to copy the "assignee" to your custom field  (Consultant)
  • action: edit issue to set the assignee back to the value in the created variable

Another option: there might be a marketplace addon to do this without automation, so that may be worth a search also.

Best regards,
Bill

Thanks, Bill!

To those trying this method, be sure to use {{assignee.accountId}} for the variable, NOT {{assignee.displayName}}.

Like Bill Sheboy likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events