Hi, I wonder if anyone can help with the following:
Expected results: Ability to match the currently logged-in user with the objects User and display the "Approving Manager"
Current results: displays the list of "Approving Manager" but, once selected, shows the username.
Help would be greatly appreciated.
@Hi @idegia
You actually need to do the reverse of this for this to work.
You need an Object Type called "Approving Manager". Then have a user field attribute and assign all the users where that manager would be their approving manager.
Then, when you filter the custom field so it checks the current reporter of the ticket against which user field they show up in, and then shows the Approving Managers name in the field. Note that if the user is associated with two Approving Managers and you want to use an automation to automatically set this field, the automation will only ever choose the first result.
Custom field configuration:
Filter Scope (AQL) - objectType = "Approving Managers"
Filter issue scope (AQL) - User = currentReporter()
Allow search filtering by these attributes: Name
Object attributes to display on issue view: Name
Kind regards,
Suzi
@Suzi Firth Do you may have also an idea for me to help.
I have some similar issue but i need to add the users manager as approver in the issue the user opened. I found here some guides and be trying some hours but have no lock. My situation looks the following:
have tried already from this guides:
Finding managers of users and setting them as approvers automatically - Web Site - Confluence
My automation looks actually:
my workflow for the approver is in place but in this case i need to use for each request the users manager to add him as approver.
From my automation the first part til and with extracting the reporters email address is working fine. The Audit log shows each time an success but the manager (i think) is not found and not entered in the issue as approver.
Thank you in advance
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.
@JZDGlad you found a solution. I like the idea of automatically pulling the manager from the asset to add them as an approver.
We have a form where the user picks the approver from a selected group of managers. This means if the manager is on leave the user can pick their delegate to approve instead.
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.