Project

General

Profile

How can I build a wiki syntax link to user's favorite project?

Added by Jason Dunn over 4 years ago

I want to add a link (on the "Home" page) to a project query from the user's favorite project.

/projects/PROJ_ID/issues?query_id=12

Where PROJ_ID is replaced with the id of the user's favorite project. I don't know if this is part of Redmine OOTB, or one of the many plugins installed, but each user has a preference to define their "Favourite project". In the html code this is bound to the "pref_favourite_project_id" selector.

Does anyone know of a way to do this, or something similar, with the current syntax, or maybe with a macro?


Replies (1)

RE: How can I build a wiki syntax link to user's favorite project? - Added by Bernhard Rohloff over 4 years ago

I think it would be possible to write a macro for that purpose. If you have the patience and chance to upgrade your instance to the upcoming version it's integrated in Redmine out of the box. This is the related issue #31355.

    (1-1/1)