Report of all the Issues have been in a due status

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
toledo645
Posts: 3
Joined: 14 Jul 2015, 14:34

Report of all the Issues have been in a due status

Post by toledo645 »

Is there anyway to have a report that lists all the issues that have already passed by the status "Acknowledged", for example.
Last edited by toledo645 on 26 Jul 2015, 06:15, edited 1 time in total.
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Report of all the Issues have been in a due status

Post by atrol »

Can you explain what "have been in a due status" does mean in terms of Mantis?
Please use Search before posting and read the Manual
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Report of all the Issues have been in a due status

Post by atrol »

To avoid confusion for other users: The original post has been edited.

Answer for the changed question:

Goto page: "View Issues"
Click: "Advanced Filters"
Click on "Status"
Select the wanted status values
Click "Apply Filter"
Please use Search before posting and read the Manual
toledo645
Posts: 3
Joined: 14 Jul 2015, 14:34

Re: Report of all the Issues have been in a due status

Post by toledo645 »

I'm sorry Atrol, my questions were all confusing. I'll elaborate it again:
I'm looking for a way to extract from Mantis a report that shows in a period the history of all the Issues that have already passed by a custom status and how many times it has passed by that status.
It is not a report of the Issues and their actual status, but a sort of a history report, i.e.:

Issue 002 status history in January:
New -> Acknowledge -> MyCustomStatus -> Assigned -> Resolved -> Closed
(It passed once by the status "MyCustomStatus" in January.)

This "history report" the user needs would print something like this:

Code: Select all

=============================================
Status: "MyCustomStatus"
Period: 2015-01-01 to 2015-01-31
---------------------------------------------
ISSUE NAME	PASSED BY "MyCustomStatus"
Issue 001		03 times
Issue 002		01 times
Issue 003		01 times
=============================================
Is this possible?

Thank you for your patience.
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Report of all the Issues have been in a due status

Post by atrol »

toledo645 wrote: Is this possible?
Not out of the box. You would have to write a plugin that interprets the contents of the history table.
Please use Search before posting and read the Manual
toledo645
Posts: 3
Joined: 14 Jul 2015, 14:34

Re: Report of all the Issues have been in a due status

Post by toledo645 »

Got it. Thanks Atrol!
Post Reply