I am trying to create an automatic automation that sets the approver as the requester's/Reporter's/initiator's manager and have tried many ways but to no avail. Can anyone help?
As a last resort if I had a field in the report stating who is YOUR manager? would I then be able to use that for approval and if so, how?
Many Thanks from a new user
Hi @Chantal Clewes,
Welcome to Atlassian Community!
Are you storing the information of a user's manager somewhere? Like in Assets or as a user entity property? Or how do you know who the user's manager is?
Hi Mikael, Yes we do have the info in assets as you can see below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, in that case you can use a lookup objects to get the user and then use the dot notation to get the Manager attribute, something like this:
{{lookupObjects.Manager}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Mikael, Can you confirm what the lookup would look like?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
These are the attributes that I have.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would use something like this:
Email LIKE "{{reporter.emailAddress}}"
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.