Child pages
  • Creating a New Synchronizer

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

Excerpt

Structure comes with a number of bundled synchronizers, but you can add another synchronizer to the system, allowing Structure users to install it on structures and run export / import.

Numbered Headings
start-numbering-ath3

Implement StructureSynchronizer

Create your implementation of StructureSynchronizer interface.

Tip

Use AbstractSynchronizer or AbstractIssueListeningSynchronizer as the base class.

Define structure-synchronizer Module

Add Synchronizer Module module to your atlassian-plugin.xml, referring to your implementation of the StructureSynchronizer.

Test Thoroughly

Test how your synchronizer works when other synchronizers are also installed onto the same structure.

Sample Project

This project can be used to bootstrap writing your own synchronizer. It compiles into a working plugin, which does not do anything except writing to console at the times the synchronizer would do some work.

Attachments