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.
hi @jhon_garcia
welcome to community!
The Python library atlassian-python-api does not support creating or monitoring alerts like the Opsgenie SDK. For alert management you should use the Opsgenie REST API or the Jira Service Management Operations REST API.
Official API references:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.