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.
Reopen date as a collumn
Moderators: Developer, Contributor
Re: Reopen date as a collumn
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?
"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
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
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
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
Thanks I'll look into this.