I am trying to create issue using rest api " https://loantapdev.atlassian.net/rest/api/3/issue "

Ajinkya
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 23, 2020

I got this error, please anyone can give me solution on this

 

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

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Stephen Garber
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 23, 2020

This error indicates that the summary field isn't present on the create screen for the project. This is unusual, you should review the screen for the for the project and add the summary field.

 

If the summary field is present then you should check the api format against Atlassian's documentation here: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post

It's possible that the format isn't exactly correct which could be causing Jira to look for a second summary field.

 

TAGS
AUG Leaders

Atlassian Community Events