Priority feature configuration options

This plugin allows you to report an issue in MantisBT by sending an email to a particular mail account

Moderators: Developer, Contributor

Post Reply
AlexNikitos
Posts: 7
Joined: 20 Mar 2018, 22:47

Priority feature configuration options

Post by AlexNikitos »

In the section "Classify bug priorities" I have:

'5 (lowest)' => '10',
'4 (low)' => '20',
'3 (normal)' => '30',
'2 (high)' => '40',
'1 (highest)' => '50',
5 => '20',
4 => '20',
3 => '30',
2 => '40',
1 => '50',
0 => '10',
'low' => '20',
'normal' => '30',
'high' => '40',
'' => '30',
'?' => '30',

How can I use it?

For example, I need to set a "Hight" or "Highest" priority in the issue. What I need to write in the e-mail and where (in subject or in a body)?

Thank you.
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: Priority feature configuration options

Post by SL-Gundam »

Those are the mappings so that EmailReporting knows which email priority corresponds to which MantisBT priority
http://www.mantisbt.org/wiki/doku.php/m ... g_priority

If somebody sends an email to you with priority high, that email will also get that priority in MantisBT

If you want all of your issues to get priority high by default, Then disable Look for priority header field
In the config_inc.php of MantisBT adjust the default priority for new issues

If you only want to modify the priority for issues created by EmailReporting, you will need to modify the numbers so that they correspond to the desired priority
Post Reply