I want to add a custom field in jira to calculate the time spent on that ticket. It could be either manual or automatic.
If manual: i should be able the enter "time spent" HH:MM
If automatic: System should calculate the time from when it was open till closed.
Which custom field I can select?
A number field won't be able to hold a time like that, unless you enter hh.mm, and there's no validation, and it'll shorten leading/trailing 0s. As an example, the time 06:20 will be shown as 6.2, and the user will be able to enter things like 987.931
This is crying out for a calculated field instead - if you write one of these, you can determine the calculation and the display format. I'd be tempted to use a scripted field from the script runner plugin though - you'll avoid having to write the whole thing from scratch.
you were right for the number field, i wrote it in a hurry i guess... simple text field should do it in that case..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For manual way: Add a "Text Field".
For automatic way: Create a new custom field type.
P.S. I first wrote the "Number Field" and later corrected that with the "Text Field". I guess I was writting the answer in a hurry so I didn't properly answer it at first.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.