The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Upload a list to Custom Fields

Nicholas.Hladuniw
July 29, 2021

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?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Claudio Gonzalez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
July 29, 2021

Hi Nicholas,

we used two ways.

1. In the "External System Import" you can put the values and the last steps

Screen Shot 2021-07-29 at 16.56.10.png

2. You can use a API Jira: https://<instance>.atlassian.net/rest/api/3/issue/<id-ticket>

Body:

{ "fields": { "customfield_10800": {"value": "Test"} }}