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.
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.