Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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

Issue data provider example

Code Block
xml
xml
<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.