Forums

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

How can I set-up a team to shadow a live on-call team?

Andy Kuszyk July 9, 2025

I'd like to create a new team containing people who would like to shadow our live on-call process. How can I add this team to the escalation policies of live teams, such that all alerts to a live team are also sent to members of the shadowing team?

I have tried adding escalation policies in the live team to alert the shadow team when new alerts are not acknowledged or closed within 0 minutes, but whenever I try this members of the shadow team are not alerted.

2 answers

1 accepted

0 votes
Answer accepted
Andy Kuszyk July 15, 2025

We solved this problem by adding a new global alert policy which modifies new alerts to include the shadowers team as an additional responder.

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 14, 2025

Hi @Andy Kuszyk 

Welcome to the community.

You could create an automation on the live team level, that when an alert is raised the shadow team is add to the alert.

In the automation make use of a web request action, sen a web request to api endpoint; https://developer.atlassian.com/cloud/jira/service-desk-ops/rest/v2/api-group-alerts/#api-v1-alerts-id-assign-post 

In the Post action, use custom data

example:

{
"id": "<team_id>",
"type": "team"
}

Andy Kuszyk July 15, 2025

Ah good idea! I think we've figured out that we can do this with a global policy that adds the shadowing team to every new alert that is raised.

Like Marc - Devoteam likes this

Suggest an answer

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

Atlassian Community Events