Hi Atlassian Community,
My question(s) I have is about custom fields and its options, which I want to create using the API from my own Jira Cloud plugin.
I tried v2 and v3 of the API and I was looking at this documentation here:
* https://developer.atlassian.com/cloud/jira/platform/rest/v2/#api-group-Issue-fields
* https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-group-Issue-fields
Yes, I managed to create a new custom field, type 'multiselect: Stores multiple values using a select list'.
But
a) How can I create a custom field option?
b) How can I list all existing options of that custom field?
c) How can I delete an existing option within custom field option list?
and
d) How can I delete the custom field again?
After searching articles in the community or somewhere else, I'm not sure, if this is supported through the REST API for Jira Cloud plugins.
Do I miss something?
Cheers,
Paul
Ok, I think I found the answer myself: https://ecosystem.atlassian.net/browse/ACJIRA-1626
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.