Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger Operations Alert Sync when form is submitted

Wood_ Jeremy
Contributor
December 22, 2025

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)?

3 answers

0 votes
Wood_ Jeremy
Contributor
December 23, 2025

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. 

 

2025-12-23_14-56-43.jpg

 

If anyone knows of an existing request for this UI experience please link it to me so i can vote for this. 

0 votes
Rudy Holtkamp
Community Champion
December 23, 2025

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:

  1. In your form, make sure that the field where you select the team has a field key, you need this to extract the data from the form. E.g. 'team-field'
    (I recommend to do this for all form fields, but that is beside the point here.)
  2. [Optional for this problem] Get the form id. Go to Space settings > Request management > Forms > Actions > Copy form IDimage.png
  3. Create an automation rule from scratch
  4. Select 'Forms submitted' > And select your form
  5. Click add condition in the trigger > Select '{{smart values}} condition'
  6. First value: {{forms.last.<field key>.label}} E.g. {{forms.last.team-field.label}}
  7. Condition: equals
  8. Second value: Team A
  9. Now you can raise an alert, or do whatever you want to do.

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

 

Wood_ Jeremy
Contributor
December 23, 2025

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. 

0 votes
Marc -Devoteam-
Community Champion
December 23, 2025

Hi @Wood_ Jeremy 

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 

 

Wood_ Jeremy
Contributor
December 23, 2025

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? 

Marc -Devoteam-
Community Champion
December 24, 2025

Hi @Wood_ Jeremy 

Custom field contents could be set in the description field.

See; https://jira.atlassian.com/browse/OPSGENIE-338 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events