There is a custom field (assets object field) called 'Resignee' where the data is taken from assets (objects), each object includes name, ID, department, manager...etc. When I create a ticket and select reporter 'Yousif Al Rawahi', the resignee field will be shown as Yousif Al Rawahi with his information (by automation rule):
Now I want to do with the assignee, based on Yousif Al Rawahi's manager, I want to assign this ticket to the manager when the ticket is created (by automation rule). Is it possible?
FYI: manager is a 'User' type:
@Yousuf Al Rawahi yes that is totally possible:
Hope it helps!
The automation status is successful, but it is not assigned, it says 'Issue was already unassigned'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Yousuf Al Rawahi your query in the lookup object is wrong, it should be something similar to
Name like "{{issue.Resignee.name}}"
If it doesnt work what is the output of
Name like "{{issue.Resignee.name}}" if added in a log action? is Yousif Al Rawahi object under IT assets? Can you share a screen shot from Resignee custom field configuration?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the log action it displays as my name.
It still doesn't work, it says 'Issue was already unassigned' when assigning an issue.
Resignee configuration:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the purpose of adding Name Like in lookup objects?
I have used {{lookupObjects.Manager}} in log action, it gives me and empty result. It could be an issue from {{lookupObjects.Manager}}.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.