Hi Team,
Is there any Jira service desk API available to bulk delete all the custom field options that we would have passed as drop-down values previously for the custom field?
I could see below API but it would require first optionId to be figured out for every custom field value and pass as a input. In my case, I want to delete all of those without passing optionId.
Thank you in advance.
Regards,
Ninad
Hi @Ninad Desai You can simply get all the custom field options first and then loop through all of them to delete those one by one. Refer this thread for some inspiration.
Hi @Kishan Sharma ,
Thanks for the suggestion and yes, I had implemented it in the same way last week as workaround: where I am pulled all of the options ID of all those custom fields options/values and looped over to delete them using the available API call mentioned here:
Regards,
Ninad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you advise on my this quest for atlassian API to bulk delete options from custom field dropdown
Regards,
Ninad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
All I have is the link you've found already!
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.