You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.