Forums

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

Create multi-select custom field with options using rest-api in jira server 8.20

박상필 October 4, 2022 edited

- private - rest api

- Server/Data Center. (jira software server 8.20)

 

jira/rest/globalconfig/1/customfieldoptions/{customFieldId}/setOptions (POST)

 

I want to know SCHEMA information that can set options.

How to write "Request Body"?

1 answer

1 accepted

1 vote
Answer accepted
Peter Van de Voorde
Community Champion
October 4, 2022

Hi @박상필 ,

 

Welcome to the community, you can find the full documentation for this REST API endpoint in the developer documentation here: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options/#api-rest-api-3-field-fieldid-context-contextid-option-move-put

Cheers,
Peter

박상필 October 4, 2022

It's not cloud.
Server/Data Center. (jira software server 8.20)

Peter Van de Voorde
Community Champion
October 4, 2022

Do'h my apologies I missed that it was on server. 
You can ignore the link I gave you.

Peter Van de Voorde
Community Champion
October 4, 2022
박상필 October 4, 2022

Thanks for your help.

yocally
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 3, 2022

I'm not sure exactly what you're trying to do, but you can update the options for select list fields. See the answer to this question: https://community.atlassian.com/t5/Jira-questions/Create-multi-select-custom-field-with-options-using-rest-api-in/qaq-p/1193890

Suggest an answer

Log in or Sign up to answer