Page tree

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

Skip to end of metadata
Go to start of metadata

Use the sample plugins to learn by example. Download the source bundle from this page and use it with the latest API version.

Download

  File Modified
Java Archive custom-itemtype-1.0.0.jar Packaged plugin that adds a new item type and an inserter Dec 27, 2018 by Julia Atlygina
Java Archive labels-extender-1.0.0.jar Packages plugin that adds a new extender, based on issue key mentioned in Labels field Dec 27, 2018 by Julia Atlygina
Java Archive scheduled-sync-1.0.0.jar Packaged plugin for running Resync on schedule Dec 27, 2018 by Julia Atlygina
Java Archive status-bar-column-2.0.0.jar Packaged plugin that adds Status Bar column to the widget Dec 27, 2018 by Julia Atlygina
ZIP Archive structure-api-examples-3.1.0.zip Sources of Structure API examples Dec 27, 2018 by Julia Atlygina

The provided code is not production-quality and not supported. It is provided as a sample of how one can use Structure API.

The sample code is in public domain – feel free to copy, modify and base your work on it.

Example List

Sample Plugin

Description

simple-plugin

Very basic demo of using StructureManager.

scheduled-sync

A plugin that allows to schedule periodical full synchronization (resync).

foo-synchronizer

A skeleton project for starting your own synchronizer plugin.

status-bar-column

Adds a column to the Structure widget that shows a colored bar, depending on the statuses of the sub-issues.

labels-extender

A plugin that adds Labels Extender, which includes issues in the structure based on issue key mentioned in Labels field of the parent issue.

custom-itemtypeA plugin that adds a new item type based on JIRA projects and an inserter which adds projects from one or more categories.
  • No labels