Time calculation on tickets
Moderators: Developer, Contributor
-
- Posts: 5
- Joined: 10 Jul 2019, 13:49
Time calculation on tickets
Hi all guys,
I need to create some export, and I see that I can download CSV files.
But there is a way to have the time spent on a single ticket (from open to solved)?
If you need more info let me know
Thanks
I need to create some export, and I see that I can download CSV files.
But there is a way to have the time spent on a single ticket (from open to solved)?
If you need more info let me know
Thanks
Re: Time calculation on tickets
in the bug_history table you will find timestamps for each status. These will allow you to calculate the total time between registering and solving. 

-
- Posts: 5
- Joined: 10 Jul 2019, 13:49
Re: Time calculation on tickets
eheheh thank you, and I know it.
Hope there is a way to download a report whit the bug history at this point, but with all reports, or in a certain time range.
Hope there is a way to download a report whit the bug history at this point, but with all reports, or in a certain time range.
Re: Time calculation on tickets
not quite sure what you mean.
You can create the query yourself in phpmyadmin or even better, create a small plugin.
You can create the query yourself in phpmyadmin or even better, create a small plugin.
-
- Posts: 5
- Joined: 10 Jul 2019, 13:49
Re: Time calculation on tickets
Ok, I'll try to be more clear
We (my company) are trying to certificate for quality (ISO27001) and we need a lot of documentation.
One of these is about our tshoot on our customers service requests on Mantis.
What we need exactly is to export the time spent in tshoot every single request and print it in a report.
Do you think there is already a way to do it with MantisBT or I need to ask to my developer collegues to create something to do it?

We (my company) are trying to certificate for quality (ISO27001) and we need a lot of documentation.
One of these is about our tshoot on our customers service requests on Mantis.
What we need exactly is to export the time spent in tshoot every single request and print it in a report.
Do you think there is already a way to do it with MantisBT or I need to ask to my developer collegues to create something to do it?
Re: Time calculation on tickets
No that is not available.
I do have a generic query plugin which allows you to create queries and send reports by mail.
Of course a dedicated plugin could do the job too
I do have a generic query plugin which allows you to create queries and send reports by mail.
Of course a dedicated plugin could do the job too

-
- Posts: 5
- Joined: 10 Jul 2019, 13:49
Re: Time calculation on tickets
ooook, thank you so much
Re: Time calculation on tickets
We're very interested in the Query Plugin but it's for Mantis Core 1.2.0. What changes would be needed to allow it to work with Mantis Core 2.0.0 and above?
Re: Time calculation on tickets
I have attached the version for Mantis 2.X. It is still in validating phase so any help is appreciated. 

- Attachments
-
- Query202.zip
- (66.71 KiB) Downloaded 246 times
Re: Time calculation on tickets
Check out the doc-directory within the plugin 
