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
I am going to start by saying I am not well versed with JSON, so any solution needs to be as simple and detailed as possible.
I am attempting to write an automation rule that gets triggered when the priority field changes.
If Priority changes, and it = critical or high I need for the Major Incident toggle to be enabled and a specific OpsGenie group to be added as a responder (technically I just need that group to be notified upon issue creation if the field is critical or high).
I was hoping to find the conditions of that field within the automated rule however, that is one of the fields that dont appear. So then I found this answered with JSON code that doesn't work. The error in the audit log says it's an unknown field. The code I am trying to use is:
{
"fields": {
"customfield_10050":"MAJOR_INCIDENT"
}
}
Can anyone help? Why doesn't Atlassian make this field accessible in automation?
Hi @Adam Rosenbaum ,
Looks like you followed these instructions.
Are you sure the ID of the field is correct?
- Tessa
no, how can i find the field ID?
I just assumed it was the same for all instances
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good that you found the ID!
For completions sake I will add it here too:
- go to custom fields in admin, open the field config, in the URL you can find the field ID.
If this helped, please mark the answer as accepted so other users can find the answer faster if they have the same problem.
Cheers,
Tessa
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.