I want to create a rule so when an incident is created and the priority is Highest, the Major Incident toggle would be automatically switched on. Is this possible ? I tried to find the Major Incident toggle so i would use it in the rule .. but it seems it just isn't there.
@Flaviu Dan Go to your automation and in your Edit issue fields action, use advanced mode and paste this:
{
"fields": {
"Major incident":"MAJOR_INCIDENT"
}
}
This way automation will mark Major incident as true based on how you have set up your rule.
Any idea how you would do this in the inverse?
Major Incident is toggled to "on"
Set priority to Critical
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.
for a better understanding, my question is related to this topic
https://community.atlassian.com/t5/Jira-Service-Management/Major-Incident-Toggle/qaq-p/2025801
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now I understand. Major incident is a value in custom field.
You can create a rule like that:
1. When - issue created
2. Condition - priority is Highest
3. Edit issue action - choose field where you will set value "Major Incident"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, there is the way to do it with a custom field. But there is a Major Incident toggle provided by JSM that i want to use.. it is a Locked Field in JSM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.