feature-requests
Link or unlink an external issue to/from a feature request
By default, links the external issue and creates a backlink to the feature request in the source system. To unlink it, set the operation field to "unlink". Repeating the same link request is a successful no-op.
Rate limit: 120 requests per minute
post/feature-requests/{id}/external-issues
Path parameters
idstring required
The ID of the feature request to link an external issue to.
Request body
Response
Example response
{
"data": {
"custom_fields": {
"priority": {
"value": "high"
}
}
}
}