Hey Srusith,
We do not have an out-of-the-box solution for your use case, however, there is a workaround from one of our customers mentioned here: https://community.atlassian.com/t5/Jira-Software-questions/It-is-possible-to-assign-an-issue-to-an-on-call-agent-in/qaq-p/1779277 which states:
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}}
You may try applying it to your Project and see if it works for you.
Best regards,
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.