You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi all,
I have created one custom field in jira through this /rest/api/3/field , next I try to updated one Issue in jira by using the created custom field but it is showing this error
Hey Amal,
You need to create context to add this field to particular project and issue types.
To create context you can use this rest : POST /rest/api/3/field/{fieldId}/context
Find the below link to know more about how to pass body data or any other information.
Hi Somnath Patil,
If we create the custom field, it will automatically create one context.
I need to Create Issue with custom field. if the custom field is already created but it is not configured to the issue, that time I'm getting this below error,
Field 'customfield_10042' cannot be set. It is not on the appropriate screen, or unknown.
once I add the custom field to the issue I'm able to update the custom filed value
my question is how we can add the custom field to all the issue types
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Amal,
Could you please tell what type of custom field(text, number, date) you want to update.
Please attach the code(if possible) so, I will get more idea about it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How can we use the Jira REST API to add a custom field to the description field of an issue, similar to how it is done manually in the Jira interface? I have already created the custom field and it is visible in Jira. However, when I try to set the value of the custom field using the REST API, I get an error message saying "Field 'customfield_10048' cannot be set. It is not on the appropriate screen or unknown." What could be causing this error and how can I fix it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.