Export Links
GET /export/links
Get all existing issue links.
GET /rest/export/links?{max}&{after}Parameters:
Name | Type | Description |
|---|---|---|
max | integer | The maximum number of links to export. If empty, 10 issue links are exported. |
after | integer | The number of links to skip before collecting the list of links to export. |
Sample
Request:
GET /rest/export/linksResponse:
<links>
<link typeName="Relates" source="S1P2-2" target="TP-1"/>
<link typeName="Depend" source="S1P2-2" target="S1P2-3"/>
</links>Last modified: 7 March 2019