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
In Assets I have a Department object that lists all of our organization's departments. It is tied to a People object list that uses Department as one of its attributes.
The Reporter field in the issue uses the People object list to show who opened the issue.
I am trying to find the department of the Reporter (People object list) and then update a multi-select custom field on the issue with just that one department.
Could you please help with the JSON code that I will need to:
Find People.Department and update field Department (Multi Select) that is on the issue.
Thanks