Page tree

This documentation relates to an older version 2.10 of the Structure Plugin for JIRA. View the current documentation home.

Skip to end of metadata
Go to start of metadata

Issue data provider module lets you register data providers for the Structure widget columns.

Issue data provider example

<structure-issue-data-provider key="idp-sbcolumn" name="issue-data:Status Bar Column Provider"
                               class="com.almworks.jira.structure.sbcolumn.StatusBarDataProvider"/>

Element

Description

structure-issue-data-provider

The module descriptor.

structure-issue-data-provider/@key

The unique identifier of the plugin module. Required.

structure-issue-data-provider/@name

The human-readable name of the plugin module.

structure-issue-data-provider/@class

The class that implements the data provider. Must implement IssueDataProvider. Required.

  • No labels