Forums

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

Using integrations - when you select Assignee team None (Global integration), how do you route that

Marco Chiraini
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 2, 2025

Want to use an API integration and instead of having 30 individual APIs we want to use the gloabal integration option.  When this is selected, how do you then identify the team to route the alert to? 

Where in the API do we set it to see the team name in the payload and then route it to that team?

1 answer

1 accepted

1 vote
Answer accepted
Eugenio Onofre
Community Champion
May 2, 2025

Hi @Marco Chiraini

Welcome to the Atlassian Community!

When using the Global API integration, you can dynamically route alerts to specific teams by including the team name (or ID) in the alert payload and then using Routing Rules or Create Alert Actions to handle the logic.

In your JSON, you should have something like:

{
"message": "Disk usage warning",
"details": {
    "team": "InfraTeam"
  }
}

After that, create a Routing Rule:

  • Go to the "Advanced" tab > "Create Alert Actions"
  • Add a condition like:
    • If details.team equals InfraTeam, then Route to Team: InfraTeam

You can also base it on other fields like tags, source, or description if preferred.

Please remember to vote and accept this answer in case it helps you resolve your question.

Regards,
Eugenio

Marco Chiraini
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 5, 2025

Thank you, going to try this out and will update everyone. 

Like Eugenio Onofre likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events