{ "errorMessages": [], "errors": { "Summary": "Field 'Summary' cannot be set. It is not on the appropriate screen, or unknown." }}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @JIRA Account ,
As you are using Cloud, take a look at the documentation first.
also I notice you use Summary as fieldname, could you try using summary (all lowercase)?
Another thing is to make sure the user you are using to do the call actually has access to the project and has create permissions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Postman isn't something I have knowledge of - so hopefully there will be someone else on the community who can help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am facing this issue in postman for creating the jira issue and This is my request and response
Request:
{ "fields": { "project": { "key": "SAM" }, "Summary": "create issue in RS project", "description": "Creating of an issue using project keys and issue type names using the REST API", "issuetype": { "name": "Bug" } } }
Response:
{ "errorMessages": [], "errors": { "Summary": "Field 'Summary' cannot be set. It is not on the appropriate screen, or unknown." }}
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.