I have an automation designed to add a specific approver based on what the requestor selects from a dropdown list. However, its failing with this error:
I think the Actor can't read from the users DB, but I'm not sure how to give it the correct permission.
Not sure what else to say other than, it just started working. I didn't make any changes to local or global permissions.
I did however notice that after running the permissions helper check the actor field suddenly changed from displaying the user ID to the user name (Automation for Jira), and suddenly the automations started firing.
@raj -
Can you validate to see who is the user that you used in your automation rule for approver field assignment? This has should have nothing to do with the actor who is running the rule.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Joseph Chung Yin Where would I go to validate this? This is what I see in the Rule details screen, hence why I thought this was related to the actor:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@raj -
In your edit issue fields "Approvers" who are you selecting to set the field?
From your previous audit log entry, it is pointing to the value that you selected for the field doesn't exist. Thus, it has nothing to do with the actor for the rule.
Best, Joseph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry not sure if this is what you were asking, but I should add that the user I want the approval sent to does exist as a customer in the project but not as an agent. Would that make a difference?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've tried several users in that field including myself. I did notice something odd though: that field does not let me choose from a list or even appear to search the users db. All I can do is type a name in and hit save.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look at this link - https://support.atlassian.com/jira-service-management-cloud/docs/set-up-a-pre-set-list-of-approvers/
Approver users doesn't need to have agent license.
Lastly, if you use your name in the rule configuration for the approvers field, does the rule still having the same failure problem?
Best, Joseph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Joseph - all our users are synced from Google Workspace and I can see them in the Customers section of the project - so it definitely knows about them.
Yes if I use my own name in the rule config it still fails with the same error. As mentioned above, the Approvers field in the rule config, doesn't allow me to select a user from a list, nor does it do a lookup when I start to type in name I know is in the user db.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Very odd. Did you see an empty dropdown list in the Approver field in the rule action configuration? In my end, I see a list of users...
Here is my sample test rule -
There may be an issue where you sync your users from Google workplace. What do you mean that you can see all of users in the customer's section in your system?
Best, Joseph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No dropdown at all, it's behaving like a short text field, even though its configured as a user picker.
I don't believe this to be a Google sync issue. This is what I referring to:
So the project lists everyone in my org (from Google) when I go to this Customers screen. That's why I thought this might be an actor permissions issue, especially given the behaviour of the Approver field in the rule config.
Did some more digging: the Actor listed in the rule doesn't have a name its just string of characters and I can't search for them anywhere (eg the Customers view above). However, if I go to Permissions Helper I get this:
So the actor is actually called Automation for Jira (which makes sense I guess), and according to the helper, should be able to execute my rule. Not sure where to go from here...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would recommend at this time for you to submit a support request to Atlassian Support (https://support.atlassian.com), maybe there are something that support team can identify of the problem further.
I will be interested on what they have to say about the situation.
Best, Joseph
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.
Does the actor for the automation rule have the Browse users and groups global permission?
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.
Hey Raj, from your discussion with Joseph this seems like maybe not the correct path, but if you still want to confirm this here's how I did it.
Alternatively as you have their account ID, you could go directly to their user page. The URL for me was: https://admin.atlassian.com/s/{MY SITE ID}/users/{USER ID}.
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.