I’d like to know if the Python library from atlassian import jira
supports creating and monitoring alerts — similar to the opsgenie-sdk-python
, which provides a class like CreateAlertPayload
to create, escalate, and list alerts.
Is this kind of functionality available through the Jira Python client?
Or is it recommended to use the Jira REST API directly for alert management?
Thanks in advance for your help.