It is possible to assign an issue to an on-call agent in Automation?

VICTOR MANUEL GARCIA RIVERA August 16, 2021

HI.

 

I´m trying to create a rule to automatically assign the issues to the On-Call staff, but I can´tn find how to do it, son I have that question, is it possible to do so?

2 answers

2 votes
Nabil
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 22, 2024

In case users are still looking for suggestions on this topic, you can now assign issues to the on-call responder. See

0 votes
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 16, 2021

Where is the information that identifies the "On Call staff" located?

Peter Burton
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!
August 17, 2021

I have the same question as Victor.  I would assume the information is in OpsGenie for him.  It is for me.

VICTOR MANUEL GARCIA RIVERA August 18, 2021

Hi.

@Peter Burton yes, the information is in Opsgenie, but is also available in JSM, I'm attaching some screeshots that shows where the information is in JSM.

 

I found another issue just after I posted this, asking the same question, but, according to the reply, there's no way to assign the issues to an On-Call agent, this is due to that function is not available in JSM, in fact, I followed the suggest of the Community Manager and posted a request in the portalimage.pngimage.png

Mario Licup August 24, 2022

Here is the automation rule I am using at my job.

 

When: Issue Created

 

Issue Type Equals 
(your issueType here)

 

Then: Send Web Request 
GET
https://api.opsgenie.com/v2/schedules/:scheduleIdentifier/on-calls

 

And: Edit Issue fields
Assignee to {{webResponse.body.data.onCallParticipants.name}}

Like # people like this

Suggest an answer

Log in or Sign up to answer