The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

The Due date field is not being populated using the REST API

Charles Shaw
March 29, 2020

I am trying to create a JIRA issue using the REST API.

 

On one of my software projects, the due date (and another date field) field is not populated by the data being sent. 

 

This is occuring if i delete a ticket and re-create via the REST API. The data i am sending is:

{
"fields": {
"project": {
"id": "11923"
},
"summary": "Confluence",
"issuetype": {
"id": "10101"
},
"customfield_10209": "2018-01-01",
"duedate": "2018-01-03",
"parent": {
"id": "24358"
},
"assignee": {
"name": "cshaw"
},
"reporter": {
"name": "cshaw"
},
"priority": {
"id": "1"
},
"timetracking": {
"originalEstimate": "4h",
"remainingEstimate": "4h"
},
"labels": [
"documentation"
],
"description": "Setup Confluence space and prepare for the project kick off meeting including project scope document."
}
}

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

DEPLOYMENT TYPE
SERVER
VERSION
8.4.0
TAGS
AUG Leaders

Atlassian Community Events