View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006962 | mantisbt | administration | public | 2006-04-20 04:47 | 2012-10-22 15:54 |
| Reporter | ionutj | Assigned To | dregad | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.0.1 | ||||
| Summary | 0006962: Priority link for reporter | ||||
| Description | Hi all, So, I saw eaven here ..the priority link is not availeble when I want to report a issue; I want to make visible for reporter in my mantis test platform, but i don't know how... Thank you very much in advance, | ||||
| Tags | No tags attached. | ||||
|
This is controlled by the global value: The description of this from the config_defaults_inc.php file is: access level needed to be able to be listed in the assign to field.If you want to give reporters the ability to change the priority level, you would have to add the following to config_inc.php file: This may have unwanted side-effects like allowing your reporters to assign bugs (to other reporters even). Seems like maybe adding another variable to control access to priority may make more sense. Then again I am new to Mantis but I'm sure someone with more experience could clue us in on why changing priority is tied to being listed in the assign to dropdown. |
|
|
The original intent was that a user sets the severity of the problem. The developer / management team sets the priority after review. After that, the priority would set the order of implementation. In a business a crash by a single individual in an odd configuration should not be more important than a major annoyance for all users. |
|
|
I agree. Many users would believe their bugs to always be a top priority and thus would make that field ineffective. |
|
|
In our case, the customer would set his view of priority. Then the manager can set another priority after a review. For us it is certainly an necessary to configure this field. |
|
|
I think there are several things to fix:
|
|
|
This can be achieved in current version of MantisBT, by customizing the bug_report_page_fields config option. |
|