Available: | The SiteMesh decoration module is available in JIRA 6.0 and later. |
The SiteMesh decoration module allows add-ons to decorate URLs that by default will not be decorated by JIRA. This is typically the case when you have your own pretty URLs in place. For more information, please see Guide - Using pretty URLs in a JIRA plugin.
The root element for the URL routing plugin module is sitemesh
. It allows the following attributes and child elements for configuration:
Attributes
Name | Description |
---|---|
path | The top level URL path that will be matched for decoration. This will cause all Required: yes Default: N/A |
key | The unique identifier of the routing module. Required: yes Default: N/A |
This is a sitemesh
entry that will decorate every text/html response within the top level path /pluginpath
1 2<sitemesh key="unique-key-for-module-type" path="/pluginpath"/>
Some paths in JIRA will automatically have SiteMesh decoration in place. For the full list and more examples see Guide - Using pretty URLs in a JIRA plugin
Rate this page: