Search for any Mantis issues you touched.

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
colivarez
Posts: 16
Joined: 03 Feb 2020, 20:38

Search for any Mantis issues you touched.

Post by colivarez »

My developers would sometimes like to find any of the issues they may have commented on, were assigned but someone else took it or touched it in some fashion. We don't see a query on how to do this but was wondering if anyone has come up with a plugin they're using or maybe adding a field to search on in Mantis that does this.

TIA
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Search for any Mantis issues you touched.

Post by cas »

You can find that best in the History table. Normally changes are stored there by user so it.
Simple query does the trick (SELECT distinct user_id,bug_id FROM `mantis_bug_history_table`where user_id = X order by bug_id)
That would be the base of a very simple plugin :mrgreen:
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Search for any Mantis issues you touched.

Post by atrol »

There is "Note by" filter on "View Issues" page.
Please use Search before posting and read the Manual
Post Reply