The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to configure optional field values based on certain conditions.

Raj
December 26, 2023

Hi,

I need help on this issue. The user has configured 3 optional fields in JIRA as A, B and C and has 5 same values under each.

The requirement is If the user selects a specific value from A & B (dropdown) , the Optional field C should automatically pick the (conditioned) value from it's drop down. Is this possible and if yes, what are the steps to be followed ?

I did try the automation function in JIRA admin under projects but not sure where I am going wrong on setting these rules. If you can, please help.

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Jehan Bhathena
Community Champion
December 30, 2023

Hi @Raj ,

I would suggest using the below format when creating an automation that updates a Custom field:

image.png

I've used "Edit Issue" as the only trigger condition here, but if your use case demands the use of the other conditions then that might work for you too.

Outline of the Automation:

  • Trigger: If Field A or B are updated
  • IF/ELSE loop: Field A and Field B match the needed values
    • Then: Update field C

If this helps solve your query please mark this answer as Accepted.

Raj
January 1, 2024

Thank you

0 votes
Raj
January 1, 2024

Yeah this helps. Accepted