/
new-structure-template

This article is for Data Center. Visit Cloud

new-structure-template

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.

Related content

Generator Modules
More like this
structure-effector
More like this
Changing Permission to Create New Structures
Changing Permission to Create New Structures
More like this
Creating New Structures
Creating New Structures
More like this
Template Structures and Projects
Template Structures and Projects
More like this