Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Synchronization is extendable system that allows JIRA plugins provide their own synchronizers. The following synchronizers are supplied with the Structure plugin:

  • Sub-Tasks Synchronizer places JIRA sub-tasks under their parent issues in the structure
  • Links Synchronizer makes sure that sub-issues are linked to their parent issues with a specific link type, and it also can be used to reconstruct structure from links
  • Saved Filter Synchronizer populates structure with issues that pass a saved filter, it also can be used to remove issues from structure when they no longer pass the filter
  • GreenHopper Synchronizer works to sync GreenHopper ranking of issues with their position in the structure and to make it easier to assign stories to epics by using Structure

One-time synchronization works when you run Export or Import, or when you run a Resync. Automatic synchronization runs in the background and listens for the updates in the structure and beyond.

...