Jira (v1)

circle-info

이 문서는 v1 API를 사용하며, Snyk은 향후 개발을 REST API에 집중할 예정이므로 결국 지원이 중단될 예정입니다. 자세한 내용은 v1 API를 참조하십시오.

List all jira issues

get

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. At the moment, the usage of the Jira integration via the API is not supported for Snyk Infrastructure as Code

Required permissions

  • View Jira issues
Path parameters
orgIdstringRequired

The organization ID to list Jira issues for. The API_KEY must have access to this organization.

Example: 4a18d42f-0706-4ad0-b127-24078731fbed
projectIdstringRequired

The project ID to list Jira issues for.

Example: 463c1ee5-31bc-428c-b451-b79a3270db08
Responses
chevron-right
200Success
application/json
get
/org/{orgId}/project/{projectId}/jira-issues
200Success

Create jira issue

post

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. At the moment, the usage of the Jira integration via the API is not supported for Snyk Infrastructure as Code

Required permissions

  • Create Jira issues
Path parameters
orgIdstringRequired

The organization ID to list Jira issues for. The API_KEY must have access to this organization.

Example: 4a18d42f-0706-4ad0-b127-24078731fbed
projectIdstringRequired

The project ID to list Jira issues for.

Example: 463c1ee5-31bc-428c-b451-b79a3270db08
issueIdstringRequired

The issue ID to create Jira issue for.

Example: npm:qs:20140806-1
Body
Responses
chevron-right
200Success
application/json
post
/org/{orgId}/project/{projectId}/issue/{issueId}/jira-issue
200Success

Last updated