I have configured a custom list of account numbers with a secondary configuration of the account name.
Is there a way that I could upload additional lists in a bulk upload rather than configuring to add the account number, then configuring that to have the name.
Can it be done with an upload or does it have to be one at a time?
Hi Nicholas,
we used two ways.
1. In the "External System Import" you can put the values and the last steps
2. You can use a API Jira: https://<instance>.atlassian.net/rest/api/3/issue/<id-ticket>
Body:
{ "fields": { "customfield_10800": {"value": "Test"} }}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.