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: 

Can we add the drop-down field for locked system field by using rest API key?

Jira Admin
February 1, 2024

While I am creating ticket. I want to give in" Organizations" Below as "Three UK". It is not in organization drop down field. so, I want to add "three Uk" filed in drop down of organization filed. is it possible to do using with rest API Key?

while I am trying to add Three UK field in drop down of Organizations field using rest API I am getting below error.

MicrosoftTeams-image (4).pngorganization.png

{"errorMessages":[],"errors":{"organisation":"Field 'organisation' cannot be set. It is not on the appropriate screen, or unknown."}}

 

please advice me if we have any feasible ways to do this using with rest api keys

 

Thank you

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Marc -Devoteam-
Community Champion
February 1, 2024

Hi @Jira Admin 

Is the field Organisation on the create screen related to the issue type within the project

Jira Admin
February 1, 2024

hi @Marc -Devoteam- Yes it is present in the project.

Marc -Devoteam-
Community Champion
February 1, 2024

HI @Jira Admin 

Ok.

But within the API you can address the Organization field only via it's ID and the option needs to be defined as with its ID as well.

Example:

"customfield_10500": [
{
"ID": 4
}
],

Jira Admin
February 1, 2024

Already we have tried with Id but it's not working same as before. 

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events