Hi i was wondering if it was possible to decide which agents to be notified when specific organization submits a request in JIRA Service Desk
e.g. OrganizationX sumbits a request and AgentX + AgentY is notified
Organization Y submits a request and AgentZ is notified
The only solution i can come up with is to create different projects and then create different notifications schemes to those projects. However, this will require the customer to know which project they should submit the issue to.
It would be easier, if we know that the right agent is notified when a request is submitted, and other agents dont have to deal with irrelevant notifications.
Does any one have a solution?
Thank in advance
Hi Mathias,
You could use the automation. Trigger is issue created, where user is memberofOrganization (".XXX") then notify/alert these users.
The only thing still annoying is that the alert is to only specific users and not to groups, something I'm pressing Atlassian on trying to change.
Hope that helps
Susan
Hi Susan,
That was really helpful, thanks!
I cant seem to find the "membeofORganization"
However I found another solution, that I think might work
if I add customers and organization into different groups ( of course without providing them global application access ) and then create different automation triggers. Do you think this will work?
When: issue created --> If: Issue matches --> reporter(GroupX), Then: alert userX
Thanks
Mathias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mathias,
Yes you can check on group membership as well. The jql syntax for checking groups is:
in membersOf
Good Luck,
And please mark this as answered by clicking on the checkmark!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.