I have a time field named ''Time to close by Technician'' which gives values in DD:HH:MM
When i export in csv it gives values that are random numbers.
Anyone knows how to fix this?
Thanx
Exports give you the actual data that is in the field, and you are not getting random numbers. Date and time are held as "epoch offsets" - a number of seconds or milliseconds since a specific date.
Your field sounds like a dedicated length-of-time field, which stores a length of time in the same way (a number of seconds or milliseconds) but presents it in a more human friendly way.
Try dividing the number you are getting by 3600
Hi @George Tsangaris, fields like time spent can be exported in seconds, so you need to convert the values to the format you expect. Random numbers sound like serial numbers when you open them in excel, which you need to convert to date format by selecting the column and applying the date format or a custom date format. If what I mentioned didn't help, It would be helpful if you could provide more details such as the custom field type you're using, screenshot, etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanx for the info guys, those numbers were indeed percentage of the working day
The easiest way was to create another field but instead of ''Calculated Number Field (by JWT)'' this time we chose ''Calculated Text Field (by JWT)''
The expression would be
shortFormatDuration({issue.cf13012})
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline 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.