Menü schliessen
Created: April 9th 2019
Last updated: May 1st 2020
Categories: Redmine
Author: Marcus Fleuti

Redmine project management : Forward directly to issues page

Tags:  Redmine
Donation Section: Background
Monero Badge: QR-Code
Monero Badge: Logo Icon Donate with Monero Badge: Logo Text
82uymVXLkvVbB4c4JpTd1tYm1yj1cKPKR2wqmw3XF8YXKTmY7JrTriP4pVwp2EJYBnCFdXhLq4zfFA6ic7VAWCFX5wfQbCC

Edit this file:

/app/helpers/application_helper.rb

Search for the function:

link_to_project()

Add the following line:

options[:jump] = 'issues'

right above the line that says:

link_to project.name, project_url(project, {:only_path => true}.merge(options)), html_options

Screenshot how it will look in the end: