This article is for Data Center. Visit Cloud
API Usage Samples
- Jaramy Conners
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 user-item-details-1.0.1.jar |
May 16, 2024 by Jaramy Conners | |
Java Archive status-bar-column-3.0.0.jar |
May 16, 2024 by Jaramy Conners | |
Java Archive labels-extender-1.0.3.jar |
May 16, 2024 by Jaramy Conners | |
Java Archive custom-itemtype-2.0.0.jar |
May 16, 2024 by Jaramy Conners | |
ZIP Archive structure-api-examples-6.0.0.zip |
May 16, 2024 by Jaramy Conners |
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 |
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-itemtype | A plugin that adds a new item type based on Jira projects and an inserter which adds projects from one or more categories. |
user-item-details | A plugin that adds item details panel support for Jira users. |