You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hello:
I'm trying to raise a ticket in JIRA by REST API (using custom filed) but seeing below error
"Field 'customfield_1234' cannot be set. It is not on the appropriate screen
Command using for same is:
curl -D- -u sahotay:sahotay -X POST --data @data -H "Content-Type: application/json" http://trilogy-02.ds.mot.com:8080/rest/api/2/issue
my data file have below contents
{ "fields": { "project": { "key": "TST" }, "summary": "Always do right. This will gratify some people and astonish the REST.", "description": "Creating an issue while setting custom field values", "issuetype": { "name": "Bug" }, "customfield_1234": "Is anything better than text?" }
Attached is the image will give information about screens
Is customfield_1234 really the custom field numbered 1234?
Go to Admin -> Issues -> Fields, look for the one named customfield_1234 and hover the cursor over one of the edit options. Does the url that appears on hovering say id=1234 in 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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.