Link to Open Issues from Dashboard
https://secure.gravatar.com/avatar/46d4f6b6e9a6b6d5dda908f51e75b375.png?d=wavatar&s=28
Sat Feb 26 19:03 Authored by DAJ

Jumping to Open Issues from the Dashboard  

The Dashboard is a useful landing page in your BugGenie site as users can customize the content in the middle two columns. The far right column contains a list of all Projects they have access to including a quick link to 'Issues' for the project. Clicking on this link takes them to the Issues screen but there are further clicks to get to the Open Issues -- what if you want to take them directly to open issues for the project.....

(The detail below comes will the usual warnings -- be careful; keep a copy of the original file before you change!)

  • look for the file ....
 ./modules/main/templates/dashboard.html.php
  • Download the file and edit in a good plain text editor
  • at, or around, line 53 you are looking for a line ...
 <?php echo link_tag(make_url('project_issues', array('project_key' => $project->getKey())), __('Issues')); ?>
  • change the 'project_issues' to 'project_open_issues', so the line now looks like...
 <?php echo link_tag(make_url('project_open_issues', array('project_key' => $project->getKey())), __('Issues')); ?>
  • upload the file back to the original location on the server.


From the dashboard you should now be able to click directly to the Open Issues for the project


Tested and Confirmed with version 3.0.1



Categories

Simple Changes

Attachments 0

Comments 0

/unthemed/mono/no-comments.png
Expand, collaborate and share
Post a comment and get things done