You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi all, I am trying to set up some automation for a particular field to be populated that is locked and does not appear in the list when doing Edit issue fields. The field that is locked is called Team.
Do I need to do some advanced field editing, if so what do I need to do as I am new?
Welcome to the community.
This can be done in an automation rule in an edit action, but in the advanced part.
To set the Team field to a value, use the following in the advanced edit section
{
"fields": {
"customfield_10204":"1"
}
}
You will need to find the customfield ID, see https://confluence.atlassian.com/jirakb/how-to-find-any-custom-field-s-ids-744522503.html
And see the ID number of the team that needs to be set
nice!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Charlotte Finch , welcome to the Community.
I believe you may be running into this open suggestion - AUTO-525 Support for Teams field in Automation, e.g. Company-Managed Projects - Roadmap Teams
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Charlotte Finch welcome to the Atlassian Community!
Team is a locked field from what I can see here and I don't think this is what you're looking for.
Can you give me a bit more information regarding your use-case?
My understanding is that you want the automation to assign the issue to another team-member or team, both of which can be solved in many different ways.
Looking forward to hearing from you.
Kind Regards,
Ash
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.