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
yyyy/MM/dd and MM/dd/yyyy were used.| Due Date |
| 2026/Mar/26 |
| 2026/Mar/26 |
| Original Estimate |
| 18000 |
| 3600 |
| 18000 |
Issue link direction not applied as expected
| Outward issue link (Verification) |
| R14.01.01_SWE5 |
Both behaviors occur without any validation errors, which makes them difficult to detect during the import process.
please share your guidance.
Thank you in advance for your support.
Best practice here is to export an or some issues in the space where you want to import issues.
Open the export in a plain text editor to see how the date and estimations are formatted.
Make sure the the CSV for import uses the same formatting.
For linking, you can only specify "outward" link options not inward. You need to use the same logic as for importing sub-tasks.
See, https://support.atlassian.com/jira/kb/how-to-import-issue-links-from-a-csv-file-in-jira/
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @mummareddy supriya Please avoid using plain numbers for the Original Estimate field. Instead, use Jira-supported time formats such as 1w, 1d, 1h 30m, 2h, or 45m.
Also, ensure the Due Date is provided in the correct format: dd/MMM/yy (for example, 25/Mar/26).
For issue linking, make sure to use the outward link type while defining the relationship in the CSV.
This helps ensure the CSV import works correctly without errors.
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.