Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to run Create Issue rest api call when there are custom screen setup for a project

Dhanraj Prabhakaran March 15, 2022 edited

Unable to run Create Issue rest api call when there are custom screen setup for a project

we have the project XXXXX setup with custom screens and summary field is present under a specific tab. Eg. General Info.  Is that even a possible root cause for this issue or something else? also clone issue option is disabled for this project. Pls advise.

 

For this scenario, when i try to run create issue api call, i am getting the below response. 

URL: https://jira.XXX.com/rest/api/2/issue

Request:

{
    "fields": {
        "summary":  "test summary",
        "project": {
            "key": "XXXXX"
        },
        "issuetype": {
            "name": "Bug"
        }
    }
}
Response:
{
    "errorMessages": [],
    "errors": {
        "summary": "Field 'summary' cannot be set. It is not on the appropriate screen, or unknown."
    }
}

0 answers

Suggest an answer

Log in or Sign up to answer