Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Two Jira Rules Executing At Same Time When Only One Option is Selected - Jira Cloud

Digvijay Singh Gehlot
Contributor
August 28, 2025

Hi Community,

I have configured two jira rules in Jira Cloud as below.

Problem: When selecting only one option (Option 1) in Select List (multiple choices) on Parent, two Child issues are created instead of one.

I want that:

- If user selects Option 1 in Select Field, Only one child should be created via Jira Rule 1

- If user selects Option 1 and Option 2 in Select Field, Only one child should be created via Jira Rule 2. (It should ignore Rule 1 in this case)

Jira Rule 1:

ZZZ Rule 1 - Option 1.png

Jira Rule 2:

Jira Rule 2 - Two Options.png

Please provide necessary steps/ conditions/ screenshots to setup the required Rule config, to achieve the requirement.

Thanks 

1 answer

1 vote
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.
August 28, 2025

Hi @Digvijay Singh Gehlot 

To ensure consistent behavior, I recommend solving this scenario with one single rule, and using the different field change smart values to detect what was added rather than using conditions.

https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--fieldChange--

Using a condition test the current value(s) of the field, and thus other changes to the field could lead to creating duplicate work items from multiple rule triggers / executions.

Specifically, if a person selects one option and even briefly leaves the field, returning to select another option, that will trigger the rule multiple times.

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer