You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi there,
I have a Assets field on a form called Categories which pulls a category name from Assets.
I have a referenced object of Queue to Categories so when a category is selected on the form, an automation runs and drops down into the Queues objectType and gets the Name.
object HAVING inboundReferences(objectType = "Categories" AND Key = {{customfield_10082}})
That works fine, but I want to pull out the 'Auto Assign' attribute from Queues also but not sure how to add that to the inbound reference above so it knows to get that attribute to edit the issue with it.
A note about this question, can I actually set the Assignee in this manner from a user field in Assets?
Hope I made that clear.
Thanks.
Hello!
If I understood correctly, I believe you have:
And you want to use automation to:
If that's the case, you can use smart values and dot notation to walk the relationships.
If I guessed your structure right above, then your smart value in the Assign component would be:
{{issue.Categories.Queue.Auto Assign}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.