-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
None
-
1
-
2
-
Import From CSV imports time but truncates anything smaller than the hour mark. Where as the CSV import (Admin function) works just fine.
From Edgar |
---|
When I use the "import from csv" option from Issues menu, I have a problems in the Original Estimate field, because if the time I want to import is less than an hour (for example 0.5 hours or 1800 seconds) the result value in the Original Estimate field is 0. However this does not happen if I import using "CSV Import" option available in System menu (the one available for Jira Admins). It works fine converting the 1800 seconds to 30 minutes in the Original Estimate field. Could you make the same behavior for csv import option from Issues menu?. Thanks. |
Effort (CSV file Column) Original Estimate (Jira field)
1800 0
1800 seconds should be equal to 30 minutes in the Original Estimate field of the created ticket, but instead the result I am getting is 0.
However if I use the "import from CSV" available from System menu (the one available only for Jira Admins), I get the following after importing:
Effort (CSV file Column) Original Estimate (Jira field)
1800 30 minutes
That is the results Jira users want, but they cannot use the import option from Sytem menu as they are not Jira Admins. They can only access the one in Issues menu, but this one does not work well when the value to be imported is less than 1 hour.|