Hello the community,
is it possible import configuration file (same as CSV) for create fields (500 fields) automatically (combo select with options)?
thx
Welcome to the community.
Reading your request partly, but you would need to do this via the API.
You would need to create multiple calls to the API
Create the custom field using POST /rest/api/2/field and body json as you do.
Options can't be given, this is still an option from the GUI on Jira Server.
See documentation:
https://docs.atlassian.com/software/jira/docs/api/REST/9.11.0/#api/2/field-createCustomField
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Cedric!
I came across this and thought it could be helpful https://ja.confluence.atlassian.com/jirakb/how-to-bulk-import-custom-field-values-for-certain-types-of-custom-field-827123935.html
You may also want to consider using a script or a third party tool, https://marketplace.atlassian.com/apps/1212996/custom-field-value-importer?tab=overview&hosting=server
I hope this helps!
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.