Ex:
Based on system field dropdown values the result field should auto update.
For this I need single automation with the above conditions.
Can anyone help on this
Hello @thumuluru.shreya
What is your experience with creating Automation Rules? Have you tried to create this one?
You could use the Field Value Changed
https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers/#Field-value-changed
You would use the If/Else condition to evaluate the first field's value.
https://support.atlassian.com/cloud-automation/docs/jira-automation-conditions/#If-else-block
Then use the Edit action under each If/Else-if block to set the second field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look at the links @Trudy Claspill shared, they will show you how to set up the trigger and conditions for your automation.
For your example, if you follow those instructions with the following values you should gt the result you want:
When: Field Value Changed
Field to monitor: Dropdown field
Condition: IF or Else
IF Condition: Issue Fields Condition
Dropdown field = Occurrence
Then: Edit Issue
Results Field = 1
Else Condition: Issue Fields Condition
Dropdown field = Value
Then: Edit Issue
Results Field = 2
Else Condition: Issue Fields Condition
Dropdown field = Data
Then: Edit Issue
Results Field = 3
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.