Reopen date as a collumn

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
Diablo
Posts: 3
Joined: 19 Aug 2015, 13:18

Reopen date as a collumn

Post 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.
atrol
Site Admin
Posts: 8572
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Reopen date as a collumn

Post 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?
Please use Search before posting and read the Manual
Diablo
Posts: 3
Joined: 19 Aug 2015, 13:18

Re: Reopen date as a collumn

Post 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.
atrol
Site Admin
Posts: 8572
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Reopen date as a collumn

Post 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
Please use Search before posting and read the Manual
Diablo
Posts: 3
Joined: 19 Aug 2015, 13:18

Re: Reopen date as a collumn

Post by Diablo »

Thanks I'll look into this.
Post Reply