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: 

Facing issue while executing custom field context create API concurrently

Vishal Kharde
February 11, 2021

Hi All,

We have been using the project specific select field  in Jira.
We have a requirement to create a Jira project and add 35-40 project specific custom field context to it programmatically. We are using below API to handle this,

API Details:
POST /rest/projectspecificselectfield/1.0/context/{customfield_xxxxxx}
Request Payload:

{"name": "Context created for XYZ project","associatedprojets": ["XYZ"]}

Issue Description:

As we want to create custom field context for 35-40 fields, we have been trying to execute above API for each field in a concurrent way. But out of all the API requests, only 9-10 get executed successfully, and other API requests are not processed, also we dont receive any response from the API requests. It stays stuck infinitely then. This was actually working for us 1-2 month before, but now its not working as expected. We have not done any changes to plugin version, etc.

Could it be a data issue(We have around 270+ context already added for each of the 35-40 custom fields.)?  Please let me know if there is any resolution to such type of issues, or any workarounds.

Jira DC Version: 8.13.0

Plugin Version: 3.0.1

Thanks,

Vishal k

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.