Forums

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

how to update custome select field options via api

Ya Liu March 21, 2021

Hi All,

I want to use API to update custom select field options in Jira(jira server instance). but I didn't find it. anybody have any idea about it?

1 answer

0 votes
Mohamed Benziane
Community Champion
March 22, 2021

Hi,

You can use this on your JSON :

"customfield_10013": { "value": "red" }

https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#creating-an-issue-examples

Suggest an answer

Log in or Sign up to answer