While importing Due Date, Original Estimate, and Remaining Estimate into Jira using a CSV file, the following issues were observed:
Due Date and Estimates not updated after import
- For Due Date, formats such as
yyyy/MM/dd and MM/dd/yyyy were used. | Due Date |
| 2026/Mar/26 |
| 2026/Mar/26 |
| Original Estimate |
| 18000 |
| 3600 |
| 18000 |
- For Original Estimate and Remaining Estimate, values were provided in seconds.
- During CSV validation, no errors or warnings were reported.
- However, after the import was completed, the created issues were not populated with the Due Date, Original Estimate, or Remaining Estimate values.
Issue link direction not applied as expected
- The project has a custom issue link type Verification, configured as:
- Inward link: verifies
- Outward link: is verified by
| Outward issue link (Verification) |
| R14.01.01_SWE5 |
- During the CSV import, mapping was attempted using both:
- Inward issue link (Verification)
- Outward issue link (Verification) (tested separately in different imports)
- Despite this, after import, the linked issues consistently appear only as “is verified by”, and it is not possible to obtain the “verifies” relationship through CSV mapping.
Observation
Both behaviors occur without any validation errors, which makes them difficult to detect during the import process.
Request
Has anyone figured out a reliable way to populate
Due Date and
Estimate fields during Jira CSV imports, and also set up
“verifies” links via the same import? Would love to learn from any existing solutions or experiences.

please share your guidance.
Thank you in advance for your support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.