We have regional account managers who want to get alerted when their customers raise critical tickets via our Jira Service Desk.
We can definitely create new region specific request types and use automation to send alerts using the request type in the automation rules. I have done a proof of concept and it works, but for a larger scale roll-out it would require us to change customer documentation, behaviour and so forth which we would prefer not to do.
I am trying to figure out the best way to get the same outcome without having to set up region specific request types.
I have been playing around with using project roles but have not had any luck. Create a new project role for each region and then assign the customer to both the default service desk customer role and the role for their region.
Then set up an automation along the lines of
But it fails at the projectsWhereUserHasRole line. Not sure if this is not supported in automation, I am doing it wrong, or for that matter if there is a better solution out there that I have not thought of.
Any Advice or alternative approaches that might be worth exploring
Hi @David Godley ,
In your case Creator in projectsWhereUserHasRole("Asia Pacific") failing because projectsWhereUserHasRole JQL function supports only Project field. As this is function is not supported in projectsWhereUserHasRole function you can use third party app to meet this requirement.
With the help of JQL tricks plug-in app you will be able get usersInRole(project,role) function to run your automation or you can use Script runner for Jira which provides JQL's function like memberOfProjectRole("").
--Ravya
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.