Are you able to bulk import new custom fields?
I'll help you out with your inquiry.
In terms of having to create new custom fields in bulk, that feature is not available as an out-of-the-box feature on any version of Jira Cloud.
However, there are other ways to achieve it.
Marketplace App
CURL Using REST API
Note: we first started using BobSwift CLI, but we trained ourselves to use the API command instead as that is free.
BobSwift CLI - addCustomField - Jira Command Line Interface (CLI) - Confluence (atlassian.net)
API REST CURL command - The Jira Cloud platform REST API (atlassian.com)
Hi @Jennifer Ramey ,
Using addCustomField action provided by Jira Command Line Interface (CLI) you can add custom fields in bulk.
1. Create a CSV file with the field details
2. Run the action shown below
--action runFromCsv --file /Users/apple/Desktop/fields.csv --common "-a addCustomField"
Hope this helps.
Thanks,
Reshma
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.