I am using the Rest API to try and add new options to a customfield dropdown list. Currently my customfield operation is set to "set" only. Where can I change the settings in the admin tool to allow for add?
Hi Erik,
The feature request below is tracking your use case:
It also contains a workaround which does not involve coding: using the third party plugin JIRA Customfield Editor - https://marketplace.atlassian.com/plugins/jiracustomfieldeditorplugin
Cheers,
Danilo
REST does not currently expose the "add option to list" functions available to Jira admins.
A few people have workarounds using post-functions or plugins that expose the function, and I'm afraid you'll need to code to do the same - it's not in the core, needs to be added.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So there isn't even a way to change this setting on the admin side to allow for the API to make these changes?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's nothing to change settings for. The code required to expose this to REST simply isn't there.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello from 2020!😀 Could you please confirm if there is still no way to set list options for custom fields using REST API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.