For example, an estimate of 2 days 4 hours is exported as "72000".
72000 in what units?
It can't be minutes -- a day has 1440 minutes
It can't be seconds -- a day has 86400 seconds
WTF?
Hi @paul
I believe it is seconds, but it's only counting work hours for the 2 days. So:
Kind regards,
Ana
@Ana Livia Rocha Silva you might be right:) API returns below information.
"timetracking": {
"originalEstimate": "2w 4d 1h 30m", "remainingEstimate": "2w 4d 1h 30m", "originalEstimateSeconds": 408600, "remainingEstimateSeconds": 408600 }
It's also worth being careful while working with exports like this one in Excel. It likes to convert such values in excelish dates/number formats.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Paul - Welcome to the Atlassian Community!
1 hour indeed is 3,600 seconds
1 day in Jira land is 8 hours. So 2 days is 16 hours.
16 + 4 hours = 20 total hours x 3600 = 72,000
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.