Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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
Thanks for sharing about the new Pipe. While our existing pipelines have been already setup and using curl, I did create an example using the new Pipe and it simply worked and is much cleaner than curl.
We will opt to use it for new Pipelines, and update old ones, if we are working on it for other reasons.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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.