Jira Issues are linked to Insight Objects 'Organizations'
Each 'Organisation' has an Account Manager attribute (User Lookup)
If the Account Manger is populated and an issue is raised linked to the Organization, how can I automatically assign the Jira Issue to the user / agent named in the 'Account Manager' attribute?
Hey @David Harkins ,
Do you have any automation plugins available to you?
Something like Scriptrunner would be ideal. We use this in a similar manner to auto assign to a group or to pull Approvers from an Insight object.
Yes, Scriptrunner is available.
Looking to auto assign first, but then pulling Approvers would also be fantastic.
Would this be configured on a POST function?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@David Harkins excellent!
This is indeed something that we have configured as a Post function. In my use case we've set the post function immediately on the create transition.
Do you have any experience with pulling data from Insight thru scriptrunner? I'll see if I can get an example script from my environment. (might need to redact some things but the idea remains the same :))
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Dirk Ronsmans
I've not used Scriptrunner for this purpose yet, you could say i'm a newbie.
The issues have an Insight Object custom field which does display the Account Manager name, not sure how to pull this data out yet.
Any samples / guidance you can offer would be appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Quick question, do you have an Insight custom field defined with the Organization and that Organization has an attribute Account Manager OR is your Account manager an Insight Object in itself on the issue?
That would change the script a bit..
One would mean getting an attribute of an Insight object from a custom field while the other would mean just getting the Insight object
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have an Insight Custom Field defined, which has the Organization as the label and an Attribute named Account Manager.
Is this similar to the way you handle yours at the moment ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can easily assign the issue to the Account Manager during a transition (including create) using the built in workflow post function.
I believe you can also do something similar with an Approvers using this workflow post function.
As Dirk mentioned, having the Organization attribute as a user data type makes it easier. I store my users as separate objects, so it's a little more complicated and requires using a bunch of Groovy scripting.
These are workflow post functions, so they'll only fire during a transition. If you want it to transition when the Organization object changes on an issue, it'll require the use of Groovy scripting in either Scriptrunner or Automations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.