Connectors
Please make sure to read the Introduction to the REST API before starting to use it.
This page describes all rest endpoints which are related to one or multiple connectors. A connector is one half of a synchronization, responsible for one project.
Method | URL | Description |
---|---|---|
POST | /connectors/{connectorKey}/resync | Triggers a resync from the given connector to the other connector. |
GET | /connectors/{connectorKey}/syncInformation | Returns an array of sync information (which local issue belongs to which remote issue) for this connector. |
POST | /connectors/{connectorKey}/syncInformation | Imports an array of sync information into this connectors sync information. |
DELETE | /connectors/{connectorKey}/syncInformation | Deletes the sync information for a single entry. |
How to find the connector key
All endpoints described here need a connector key. You can find the corresponding connector key by using the synchronization endpoints. Inside a synchronization, you can locate two connectorKeys, one for each project.
Detailed description