We have a JIRA 3.13.4 to provide support services company. It is necessary to keep track of how much time a query is processed. How can I do that? If the automatic registration of time spent as Worklog only when sending the request to a different status?
Unfortunately, the transition to a Service Desk is not possible
It's actually quite hard in JIRA, and you need to be clear on how you're measuring things.
Generally, people will take one of two approaches to measuring the time. Both are valid and both are useful, because they measure different things.
One is elapsed time, which, in JIRA, is almost always the time between entering one status and leaving a status (e.g. development time might be the time between the issue entering "in progress", cycling through dev and test things, and then ending when it moves into "resolved". Or "processing time" might be the whole thing from "created" to "closed")
The other is worked time, which is a bit easier to explain - you just add up all the work that has been logged on it.
JIRA captures the data you need to work out both of these, and there's plenty of reporting options for "worked time". But, off the shelf, it's a bit weak on "elapsed time". You can always look at the issue history, but for reporting in bulk, you need to get add-ons to help you.
Normally, I'd say have a look in the marketplace, as there's plenty of options in there.
But you are on an unsupported, insecure and deprecated version of JIRA from a time before the marketplace when the ecosystem was a lot smaller. You could still try there, as there are add-ons that go back that far, but I can't remember any that were available for JIRA 3 that really solved the reporting on elapsed time problem. Except the one I wrote for a client for JIRA 2 (never went to marketplace, never had the time, and they owned it anyway)
(You can probably guess that I strongly recommend that you upgrade)
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.