red-hat-storage / errata-tool

Modern Python API to Red Hat's Errata Tool
MIT License
31 stars 35 forks source link

add support to get advisory info from bug and jira_issue id #234

Closed Ximinhan closed 2 years ago

Ximinhan commented 2 years ago

on top of pr https://github.com/red-hat-storage/errata-tool/pull/201 also add support for jira_issue implement based on the following API

$ curl -sSL --negotiate --user : https://errata.devel.redhat.com/jira_issues/OCPBUGS-1590/advisories.json | jq -r '.[].id'
102176
Ximinhan commented 2 years ago

@ktdreyer or @yazug could you have a look on this?

ktdreyer commented 2 years ago

Sure I will review this tomorrow

ktdreyer commented 2 years ago

I've tagged v1.29.0 with this change.