In Mingle, you can create shortcuts to any page, saved view or new card by creating a wiki page called Special:HeaderActions. These shortcuts display in the top part of your project's header.
Hint: There are no buttons or links for creating special header links - you set them up by creating a new wiki page.
You can use these shortcuts to create quick links to Mingle's wiki pages, a 'my work' page, and new cards (of different types). Since Mingle uses static URLs for most functions and views, you can link to just about anything. Add the accesskey="x" command to set up a quick access key. Mingle displays this access key with an underline in the quick header link. You can see this in the example above for +Bug, and in the equivalent URL below.
Example URLs: Where you see <your project> below, substitute this with your project name as you can see in your browser's address bar.
Wiki pages: <a href="/projects/<your project>/wiki">Wiki Pages</a> (This is the same as the page under Project admin > Wiki pages.
My work: <a href="/projects/<your project>/wiki/My_Work">My Work</a> (This references a wiki page called 'My Work'. See Example my work macro for details.)
New bug: <a href="/projects/ice/cards/new?properties[status]=new&properties[type]=bug" accesskey="b">+Bug</a>
New story: <a href="/projects/ice/cards/new?properties[status]=new&properties[type]=story" accesskey="s">+Story</a>
New risk: <a href="/projects/ice/cards/new?properties[status]=new&properties[type]=risk" accesskey="r">+Risk</a>
URLs for wiki pages are simple - they are always in this format: <a href="/projects/<your project>/wiki/<wiki_page_name">Link Name</a>.
URLs for new cards are more complicated.
Back to Setting up Mingle project environment and navigation