Page tree

This documentation relates to an older version 5.2 of the Structure for Jira. Visit the current documentation home.

Skip to end of metadata
Go to start of metadata

New Structure Template module allows you to add templates to the Create Structure dialog. 

Example:

<new-structure-template key="big-template" 
    class="com.mycompany.structure.template.bigtemplate" 
    name="New Structure Template: Big Template">
  <label key="com.mycompany.template.big-template.label"/>
  <description key="com.mycompany.template.big-template.description"/>
  <resource type="download" name="icon.png" location="css/structure/templates/big@2x.png"/>
  <resource type="velocity" name="step1" location="templates/structure/big/step1.vm"/>
  <resource type="velocity" name="step2" location="templates/structure/big/step2.vm"/>
</new-structure-template>
ElementRequired?Description
@keyYesModule key.
@nameNoThe name of the module for JIRA administrators.
@classYesThe class that implements the template, must implement NewStructureTemplate.
labelYesThe name of the template as it appears in the Create Structure dialog.
descriptionNoDescription of the template.
resource[@type=velocity]NoAny number of HTML templates used by your code to render wizard steps.
resource[@type=download]NoAny number of downloadable images or other resources used by your template.
  • No labels