View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012494 | mantisbt | feature | public | 2010-10-28 09:30 | 2012-01-29 06:20 |
| Reporter | spacomp | Assigned To | atrol | ||
| Priority | high | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.2.0 | ||||
| Summary | 0012494: Extra entries for Status/Resolution sections | ||||
| Description | As of now we have StatusNew Along with these we need to accommodate two more entries such as [1] INPROGRESS [ Typically for a developer - So that the team gets to know that teh issue is under fix stage] [2] VERIFIED-Ready To Close [ Typically for a Tester - who after verifying a fixed issue will set to this status, so that the next level of person incharge will take this issue to closure. If this feature can be achieved with little customization also, we are fine. Please let us know the solution. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
Please read |
|
|
I have tried both the options from below links.But status entry is not listed. |
|
|
If you still use MantisBT 1.2.0 you should update to version 1.2.8 |
|
|
I did upgrade it to 1.2.8 version and tried the similar settings on the latest version. But the result is same. @Atrol, did I miss anything apart from what was mentioned in both the posts? |
|
|
Add the following files as attachments: |
|
|
I was able make them listed, through MANAGE WORKFLOW Section. Seems like there is a blocking issue to use these fields any further. Please check the attached images 1.Status Entries Listed.png Following entries marked with * are my new entries as a STATUS fields.new
|
|
|
Also attached config files for your reference. |
|
|
I am getting APPLICATION WARNING when accessed with the newly defined custom fields. Sample Error is as follows. APPLICATION WARNING #300: String "CORRECTED-Code-Review-Assignment-PENDING_bug_title" not found. |
|
|
You set 6 times the same strings in custom_strings_inc.php $s_to_be_tested_bug_button = "CORRECTED-Code-Review-Assignment-PENDING"; you have to set the 3 strings for every status you defined $s_CORRECTED-Code-Review-Assignment-PENDING_bug_button spacomp, as this is not a bug or feature request for MantisBT (you are asking for help on how to configure MantisBT) I am resolving this issue as "no change required". |
|
|
@spacomp, please note that '-' is not a valid character for a PHP keyword. This is likely what is causing the error you're seeing. Use '_' instead. There are also errors in your workflow definitions in config_inc.php, the transitions for a given status, should not include the same, i.e. It's probably easier to let Mantis manage these definitions for you by using the manage_config_workflow_page.php |
|
|
Finally got a Solution :). Thank you very much Atrol, Dregad. |
|