Create a Jira issue from an infrastructure event

POST/api/v1/integrations/jira/issue

Parameters

This endpoint does not accept parameters.

Responses

201Jira issue created

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/integrations/jira/issue" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "project_key": "OPS", "summary": "SSL cert expiring on api.acme.com", "issue_type": "Task", "priority": "High" }'

Response

201Jira issue created
Example response not yet documented.