I just received notice that OpsGenie is being decommissioned and replaced with Jira Service Management Ops. We are using the Pipe for OpsGenie in Bitbucket Pipelines. Is there a similar Pipe going to be created for alerts to Jira Ops?
@Curtis hi. We released a new pipe jsm-ops-send-alert.
Example:
script:
- pipe: atlassian/jsm-ops-send-alert:0.1.0
variables:
JSM_API_TOKEN: $JSM_API_TOKEN
JSM_CLOUD_ID: $JSM_CLOUD_ID
JSM_USER_EMAIL: $JSM_USER_EMAIL
MESSAGE: 'Hello, world!'
You could try it, waiting for your feedback.
Regards, Igor
@Curtis : please take a look at this question.
Also according to this page:
Opsgenie APIs will continue to work even while you move to Jira Service Management. However, once you complete your move, we recommend that you start using the Jira Service Management Ops REST API.
Answering your question about alerts to Jira Ops pipe: currently there is no such pipe, but we will consider to implement it.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Curtis , thanks for your question. We are investigating this now and we will notify you.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.