Hello
I prepared a CSV file with many tickets to import into my project (JIRA 8). I have a time rounding problem after importing.
I explain: The CSV file is simple with 5 columns: summary, description, label, original time, estimated time.
According to the JIRA manual, the time format should be in seconds.
For example I have 5.52 days for a task. I convert this date into seconds (8 hours per day, 5 days * 28800 seconds, 0.52 days * 8 * 3600). 5.52 days = 158976 seconds.
After import, in this example the duration is rounded to 5.
Why have I lost the decimal values?
Thanks for your help.
I have the same issue. Have you found the answer?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.