Allowing Reporters to Close Own Issues

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Dominus
Posts: 10
Joined: 11 Aug 2020, 05:36

Allowing Reporters to Close Own Issues

Post by Dominus »

I'm trying to allow all reporters to close their own issues (Not everyone's issues). I have the workflow threshold set to allow them to close their issue, but for some reason they can only close it when it is marked as resolved already. How can I allow them to close an issue regardless of the status?
Mantis 2.25.1
PHP 7.4.19
mushu
Posts: 349
Joined: 04 Jan 2017, 17:41

Re: Allowing Reporters to Close Own Issues

Post by mushu »

Make sure that the workflow allows "close" from any of the other statuses. I vaguely recall something about setting up the flow of what is possible for each status to get put into from each other status. It's buried in the documentation somewhere, and probably a config file setting. Probably somewhere in this area: $g_status_enum_string

also, if you did not redefine it, it will be in the main program directory default config file. DO NOT EDIT THAT FILE, instead copy the variable into your config directory and edit the config file in there.

Also check these out:
viewtopic.php?t=23955
and
viewtopic.php?t=10241
Post Reply