Difference between revisions of "Documentation/Nightly/Developers/BugTrackerConfiguration"

From Slicer Wiki
Jump to: navigation, search
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887)
m
Line 18: Line 18:
 
* http://www.mantisbt.org/manual/manual.page.descriptions.system.management.pages.manage.configuration.workflow.thresholds.php
 
* http://www.mantisbt.org/manual/manual.page.descriptions.system.management.pages.manage.configuration.workflow.thresholds.php
 
* http://www.mantisbt.org/docs/master/en/administration_guide/admin.user.access.html
 
* http://www.mantisbt.org/docs/master/en/administration_guide/admin.user.access.html
 +
 +
== Add Reporter field in the View Issues page ==
 +
 +
In Manage -> Manage Configuration -> Configuration Report
 +
 +
Then, in "Set Configuration Option":
 +
* Username: All users
 +
* Project name: Slicer4
 +
* Configuration Option: view_issues_page_columns
 +
* Type: default
 +
* Value: <code>array ( selection, edit, priority, id, sponsorship_total, bugnotes_count, attachment, category, severity, reporter_id, status, last_updated, summary ) </code>
 +
 +
<ol style="list-style-type:none; border-left:thick solid red; padding-left:1em;">
 +
  <li>'''category''' should be used instead of '''category_id'''</li>
 +
</ol>
 +
 +
 +
.. and click on "Set Configuration Option"
 +
 +
 +
References:
 +
* http://www.mantisbt.org/wiki/doku.php/mantisbt:customizing_columns_in_view_issues_page

Revision as of 15:53, 6 March 2014

Home < Documentation < Nightly < Developers < BugTrackerConfiguration


For the latest Slicer documentation, visit the read-the-docs.


This page documents the tweak and configuration details specific to Slicer bug trackers.

Allow Reporter, updater, developer to add notes even if issue is resolved or closed

In Manage -> Manage Projects -> Slicer4 -> Manage Configuration -> Configuration Report

Add a new entry:

* Username: All Users
* Project: Slicer4
* Configuration Option: update_readonly_bug_threshold
* Type: integer
* Value: 25
* Access Level: administrator

References:

Add Reporter field in the View Issues page

In Manage -> Manage Configuration -> Configuration Report

Then, in "Set Configuration Option":

  • Username: All users
  • Project name: Slicer4
  • Configuration Option: view_issues_page_columns
  • Type: default
  • Value: array ( selection, edit, priority, id, sponsorship_total, bugnotes_count, attachment, category, severity, reporter_id, status, last_updated, summary )
  1. category should be used instead of category_id


.. and click on "Set Configuration Option"


References: