Page 1 of 1

Reopen date as a collumn

Posted: 19 Aug 2015, 13:20
by Diablo
Hi,

I was just wondering if it was possible to have the Reopen date for tickets that are on hold as a collumn in the view issues list?

Thanks.

Re: Reopen date as a collumn

Posted: 19 Aug 2015, 13:54
by atrol
I am not sure what you mean with it.
"On hold" does not exist in standard Mantis, I assume this is a custom status that you introduced. Right?
"Reopen date" does not exist as a field in standard Mantis, I assume you mean the time when a user pushed the "Reopen" button. Right?

Re: Reopen date as a collumn

Posted: 19 Aug 2015, 15:37
by Diablo
Sorry should have clearified: this is a plugin that adds a on hold status and a reopen date in the ticket (just below the status). In the DB there is a table containing all these on hold status tickets with there respective reopen dates. the collumn is called reopen_date. I was wondering how to get that table collumn in the view issues list.

Re: Reopen date as a collumn

Posted: 20 Aug 2015, 07:10
by atrol
Have a look at this plugin
https://github.com/mantisbt-plugins/source-integration
It implements a column source_related_changesets
https://github.com/mantisbt-plugins/sou ... .class.php

Re: Reopen date as a collumn

Posted: 21 Aug 2015, 12:07
by Diablo
Thanks I'll look into this.