This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

Available:

Bamboo 1.0 and later

On this page:

Description

The Web Item module allows you to define a link in the Bamboo system. (Usually in some form of menu).

Currently, you can use the web-item to add links to three locations:

  • The Administration Menu
  • The Plan Sub Menu (tabs on the View Plan page)
  • The Results Sub Menu (tabs on the View Build Results page)

Bamboo-specific Notes about Module Components

Please take note of the following Bamboo-specific information that is relevant to the Module components described in the 'Configuration' section below.

Attributes:

  • key — this is the unique identifier of the web-item, it is also used by Bamboo to give the link an id.
  • name — in the plan sub menu and results sub menu this is used to determine if the current link (tab) is active
  • section — the section is made of of the parent section's location followed buy the name of the parent section. In Bamboo this is used to retrieve the appropriate web-items for the menu. (see Web Section Module)
  • weight — this is used to determine the order of the items on the page

Elements:

  • condition — by implementing the com.atlassian.plugin.web.Condition class you can add rules to determine whether the link will be displayed or not.
  • label — this will be displayed on the screen and can be plain text or a property key
  • link — the link is the url the link will point to. It can be absolute or relative to Bamboo's context path

Both the link and the key id can make use of parameters passed to the page. For example:
<link>/build/viewBuildFiles.action?buildKey=${buildKey}</link> where ${buildKey} is the parameter name.

Unable to render {include} The included page could not be found.
  • No labels