Page 1 of 1
Is it possible to limit status options to a project
Posted: 17 Nov 2021, 14:51
by jreljac
Currently I have several projects that I'm tracking. In mantis I have a list of possible status options (~ 15 options)
I'd like to have a set of options per project, basically hiding some status options in some projects.
Is this possible currently? If it is, is there documentation somewhere on how to do this?
Re: Is it possible to limit status options to a project
Posted: 17 Nov 2021, 20:16
by cas
Is not available out of the box

Re: Is it possible to limit status options to a project
Posted: 17 Nov 2021, 20:36
by atrol
@cas you can set status_enum_string per project on Configuration Report page.
Re: Is it possible to limit status options to a project
Posted: 17 Nov 2021, 20:52
by cas
@Atrol, I as not aware of this, thanks for the info. I need to play with that.
Re: Is it possible to limit status options to a project
Posted: 17 Nov 2021, 20:53
by jreljac
@Atrol - is there somewhere I can see details on that in documentation, etc?
Re: Is it possible to limit status options to a project
Posted: 17 Nov 2021, 21:02
by cas
It is actually very simple:
1. Go to Manage
2. Go to manage Configuration
3. Select Configuration Report
Here you can create options per product, co:
1. Create Configuration option
stick with All users
Select the project you want to change the status for
Config option = status_enum_string
Type = string
Value = 10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed
In the value list you can take out the values you do not want
Save it and it works
That simple....
Re: Is it possible to limit status options to a project
Posted: 17 Nov 2021, 21:13
by jreljac
Wow, super easy and works like I hoped so far.
Thanks for the quick response.