Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×I call it:
{
"fields": {
"assignee": {
"id": "642a3789a2665c9952606b09"
},
"project": {
"id": "10002"
},
"description":{
"content":[
{
"content":[
{
"text":"API 테스트를 위한 이슈 티켓 발급",
"type":"text"
}
],
"type":"paragraph"
}
],
"type":"doc",
"version":1
},
"reporter":{
"id":"712020:1b746f80-47ac-4f6c-9952-ef8fb1779e6a"
},
"issuetype":{
"id":"10013"
},
"duedate":"2019-05-11",
"summary":"이슈 티켓 만들기 API 테스트"
}
}
it returns:
{
"errorMessages": [],
"errors": {
"duedate": "Field 'duedate' cannot be set. It is not on the appropriate screen, or unknown."
}
}
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post
Please let me know what I made wrong or how it can be handle
Many thanks
Hello @nick
Welcome to the Atlassian community.
Has the Due date field been added to the Create Issue screen for the type of issue in the project where you are attempting to create the issue via API?
Thanks @Trudy Claspill for the help! I checked the Due date field, and it resolved the issue I was encountering with the API. I really appreciate the guidance!
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.