How to import due date for issues via JSON

Ciaran Schutten
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!
August 24, 2016

I tried both labels "due" and "dueDate" which resulted in the following error:

java.lang.RuntimeException: org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "due" (Class com.atlassian.jira.plugins.importer.external.beans.ExternalIssue), not marked as ignorable
 at [Source: java.io.StringReader@f048c55; line: 1, column: 5220] (through reference chain: com.atlassian.jira.plugins.importer.external.beans.ExternalProject["issues"]->com.atlassian.jira.plugins.importer.external.beans.ExternalIssue["due"])

How can I import the "Due Date" data for issues via JSON?

2 answers

1 accepted

1 vote
Answer accepted
Petar Petrov (Appfire)
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.
August 24, 2016

Try with duedate - the case is important.

Ciaran Schutten
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!
August 25, 2016

Thanks, works fine now.

Like webks GmbH likes this
0 votes
webks GmbH July 7, 2020

Is there any page with a full documentation? At least "duedate" seems to be missing on the Jira JSON import documentation page? https://confluence.atlassian.com/adminjiraserver/importing-data-from-json-938847609.html

 

A full reference would be very helpful!

Suggest an answer

Log in or Sign up to answer