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: 

Jira automation : Is it possible to change a drop down customfield ?

Grace Dehergne
March 27, 2023

Hello,

We have as set of drop down customfields and we wanted to set the values based on the value of a field.  Is it possiblle?

ex. 

Customfield1 (Dropdown values -> Not Required / Required / Done)

Customfield2 (Dropdown values -> Not Required / Required / Done)

.....

Customfield5 (Dropdown values -> Not Required / Required / Done)

 

Through automation : change all values to Required or not required depending on the value of the field : 

To be deployed : Yes / No

 

Thanks in advance for your reply!

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
David Freitez
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 Champions.
March 27, 2023

Hi @Grace Dehergne

Indeed it is possible, just use the Edit Issue component and select the Select field and set the value according to any IF/Else block you have.

In my screenshot, the Impact and Pending Reason are both select fields:

image.png

Hopefully this answers your question.

Regards,
David

Grace Dehergne
March 28, 2023

Oh thanks a lot @David Freitez ! I tried it in our Jira but the custom fields are not in the list,  I think  would have to contact our admin to expose the custom fields I need.

Jelena Tatomir
September 24, 2023

It should be possible for the custom fields too using json in "More options".

See json documentation for editing issues.