Hi Everyone,
We’re excited to announce that we’ve recently published new Jira APIs for custom field options management.
These brand new APIs support custom field options in both global and project-specific contexts.
It’s a full set of APIs to read, create, update, delete and reorder custom field options:
- Get custom field options (context)
- Update custom field options (context)
- Create custom field options (context)
- Delete custom field options (context)
- Reorder custom field options (context)
Starting from 7th of May 2021 the following, legacy APIs for custom field options will be no longer available, i.e.:
- Get options for field
- Update custom field options
- Create custom field options
- Get custom field option
The legacy APIs have some issues (no project-specific context support, no delete, etc.) that are fully addressed in new release.
So, if you’re using the legacy APIs - please change your code to utilise the new ones.
If you have any questions, let us know in the comments.
Thanks!