Page tree

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

Skip to end of metadata
Go to start of metadata

1. Minor Java API Release

This release just adds a new event type to the Java API. The changes are backwards-compatible.

JIRA Version

New API Version

6.x

8.7.0

See Structure API Versions for full version information and downloads.

2. Compatible Changes in the Java API

2.1. New Event Type in JiraChangeType

Structure now has a separate component which monitors Sprint custom field update for all issues, and fires additional event of type JiraChangeType.GH_SPRINT_UPDATED for JIRA sub-tasks of the changed item. This is useful because sub-task inherit Sprint value from their parent issue.

See IssueEventBridge in the Structure API docs.