Create jira issue
POST {{baseUrl}}/org/:orgId/project/:projectId/issue/:issueId/jira-issue
If you have configured an integration with Jira, it is possible to create Jira issues for project vulnerabilities or license issues directly from the Snyk API.
The Jira integration is available to customers on the pro or enterprise plan.
Request Body
{
"fields": "${fields}"
}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |