Link a knowledge graph resource to a Jira issue
POST
/api/v1/integrations/jira/linkParameters
This endpoint does not accept parameters.
Responses
201Link established
Request
curl -X POST "https://api.knowledgetree.dev/api/v1/integrations/jira/link" \
-H "Authorization: Bearer $KT_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "jira_issue_key": "OPS-1234", "resource_id": "res_abc" }'Response
201Link established
Example response not yet documented.