Automatic closing of resolved tickets

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
ilclaudio
Posts: 4
Joined: 18 Apr 2017, 08:49

Automatic closing of resolved tickets

Post by ilclaudio »

Hi,
is there a way to close the resolved tickets after a certain number of days from the solution?

Thank you very much

Claudio
marco.wobben
Posts: 4
Joined: 08 Jan 2016, 08:47

Re: Automatic closing of resolved tickets

Post by marco.wobben »

I'm investigating that too. Found this:
https://github.com/mantisbt-plugins/TriggerClose
ilclaudio
Posts: 4
Joined: 18 Apr 2017, 08:49

Re: Automatic closing of resolved tickets

Post by ilclaudio »

Thank you, I'll try it.

cld
Rohit Shawn
Posts: 1
Joined: 18 Nov 2018, 07:03
Contact:

Re: Automatic closing of resolved tickets

Post by Rohit Shawn »

Been facing the same issue recently. Tried Marco Wobben's link and it worked. Thanks!
murrtex
Posts: 5
Joined: 01 Nov 2018, 07:27

Re: Automatic closing of resolved tickets

Post by murrtex »

Trigger close doesnt work on 2.18.0 version.

How did you make it? can you explain it please?
I need trigger close
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Automatic closing of resolved tickets

Post by cas »

The plugin is not yet compatible with version 2.x of mantis.
In triggerclose.php you would find a statement about the minimum version which is currently set to 1.2.0
You can try to change this to 2.18.1 and then it might work if the code uses is still compliant :D
murrtex
Posts: 5
Joined: 01 Nov 2018, 07:27

Re: Automatic closing of resolved tickets

Post by murrtex »

Thank you cas,
I found this, it's working on 2.x.
https://github.com/fmancardi/mantis-tri ... isbt_2.x.y
Post Reply