You have to change also $ g _status_enum_string
Yep! I did. They are:
config_inc.php:$g_status_enum_string = "100:new,200:feedback,500:assigned,520:in progress,525:feature review pending,530:code review pending,540:merge pending,560:merged,580:resolved,600:testing,700:tested,900:closed,910 ...
Search found 3 matches
- 19 Aug 2015, 13:13
- Forum: Help
- Topic: Enumeration issue
- Replies: 3
- Views: 3205
- 18 Aug 2015, 19:35
- Forum: Help
- Topic: Enumeration issue
- Replies: 3
- Views: 3205
Enumeration issue
Hey folks,
I was wondering if you had any thoughts about this issue: We want to add one more status at a specific 'place' between two statuses, but we ran out of enumeration for it.
The enumeration looks like this:
$s_status_enum_string = "10:new,20:feedback,40:confirmed,50:assigned,52:in ...
I was wondering if you had any thoughts about this issue: We want to add one more status at a specific 'place' between two statuses, but we ran out of enumeration for it.
The enumeration looks like this:
$s_status_enum_string = "10:new,20:feedback,40:confirmed,50:assigned,52:in ...
- 04 Feb 2015, 19:36
- Forum: Help
- Topic: Mantis notifications per category
- Replies: 5
- Views: 6872
Mantis notifications per category
Hello,
I was wondering if I could do the following with MantisBT:
I wanted to send e-mail notifications only to specific users based on ticket's category. So if for instance there is a change in status for a ticket flagged as category <X>, only a specific user (instead of every manager) would ...
I was wondering if I could do the following with MantisBT:
I wanted to send e-mail notifications only to specific users based on ticket's category. So if for instance there is a change in status for a ticket flagged as category <X>, only a specific user (instead of every manager) would ...