Hello Atlassian Community,
Let me start by saying I'm new to Operations Alerts within JSM so i apologize if this may be common knowledge for others.
I am looking for a way to better improve my current integration between JSM work items and Operations Alerts.
What we would like is to have an alert triggered when an escalation form is added to a work item. Currently we do this via automation that sends an e-mail to the Alert integration. This works well, but is only one way.
We would like for alerts to also be able to update the work item. Ideally we would have a custom field user picker that updates with who was notified (Who is on call) and adds comments when an alert is acknowledged.
Its also worth noting that One of the questions on the escalation form is what team do you need to alert. Our automation then sends an e-mail to different alert teams bases on what you pick.
Looking into this i found that you can create syncs between work items and alerts rather then using an e-mail integration but I'm struggling with the filters to get it to trigger when i want it to.
Is there a filter condition i can use for only if Escalation form is submitted and (Custom value on form = Team A)?
A side note for Atlassian. I really DO NOT like your menu system for creating Rules.
The fact that regardless of the size of my screen i can NOT make this window any bigger and am forced to scroll back and forth in a 1 inch tech box is just painful. I should 100% be able to expand this out to fit my screen so that the box is not so small.
If anyone knows of an existing request for this UI experience please link it to me so i can vote for this.
Hi @Wood_ Jeremy ,
It is possible to trigger an automation on the submit of a certain form and then apply a condition based upon a field in the form. But you have to do a few things. Here it goes:
NOTE: I've added step two as optional. Why optional, because in this case you don't need the form ID, because you use a Forms trigger. But if you want to do this on, let's say, a transition, then you need to change the smart value of step 6 to: {{issue.forms.<form ID>.last.team-field.label}}
Good luck,
Rudy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rudy. Thank you for your reply.
This is basically what we are doing today, is triggering automation to send an e-mail to Operations. What i want though is to trigger a Sync which i do not believe can be done via automations. Or at least I'm not seeing a way to do that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think there are filter conditions based on forms, you would need to set a custom field based on the form submitted
Then use the custom field value for the sync.
Also see;
https://support.atlassian.com/opsgenie/docs/action-filters-in-opsgenie-integrations/
https://jira.atlassian.com/browse/OPSGENIE-651
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Marc.
Any chance you know of any documentation that dives more into the different filter options currently available?
You have options like event type, webhook event, reporter, assignee, etc but i don't see anything for custom fields.
What options are there for Events? It defaults to issue_created but im not sure what else i could put here sense its a text box and not a drop down.
I am also curious about the webhook event as i don't know what this would be. Can i somehow use a webhook to link the alert to the incident?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Custom field contents could be set in the description field.
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.