Hi,
I am trying to create a multi-select custom field with options like test1,test2,test3 using rest-API in Jira Cloud. Is it possible yo add values to Multi-select in JIRA Cloud thru Rest API?
I am using like :
URL:
https://orgname.atlassian.net/rest/api/2/customField/12354/option
I tried with the Post and put Method.
Body:
{
"value": "TEST ACCOUNT1"
}
I am getting Error Code: 400.
Thanks.