Hi All,
I have a requirement to autoclose jira tickets that were created (via automation) in our vulnerability security tool (SNYK). Currently there isn't an automation trigger that supports this. When I use the rest API, the associated vulnerability linked to the ticket is not available. I have two questions:
- Is there a Rest API that you can use to the associated vulnerabilities linked to a Jira ticket?
- I can see the information in the GraphQL api, but by project (not by issue). Is there a method to use in the Graphql API? In the project view, I would like to filter the results down, but I can't find documentation on the GraphQueryMetadataProjectAssociatedVulnerabilityInput filter to determine which fields are supported.
Thank you