Page 1 of 1

Report Showing Resolved By User

Posted: 28 Oct 2018, 21:36
by stevenrlp
Hi,

I have to build a SLA report for work and I need to somehow show by what user a bug was resolved by.
So I need to see the date submitted, the due date (automatically set based on a plugin I kind of made/altered), the resolved date (Last Update) and then i need to see the user it was closed by.

is it possible to do it with a simple edit here or there or do I have to go and do some crazy SQL report to join this and that to get what I need?

I can get all i need as default from the View Issues page apart from the Resolved by User so it would be super if i can just add a column there with this.

anyone got any ideas??

thanks for your help...

MantisBT Ver: 2.18.0

Re: Report Showing Resolved By User

Posted: 29 Oct 2018, 09:26
by atrol
stevenrlp wrote: 28 Oct 2018, 21:36 I can get all i need as default from the View Issues page apart from the Resolved by User
Is this the "Assigned To" user in your workflow? If so, goto page My Account > manage columns and add "handler_id" to the list of "View Issues Columns"

Re: Report Showing Resolved By User

Posted: 29 Oct 2018, 10:08
by stevenrlp
Maybe that is the solution then, I guess that I could manage it via the Assigned to User field. Not the best solution but I guess that will work :)