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
I’m trying to set up an automation that uses an issue creator’s department (from their profile) to set a custom field but can’t seem to get it working.
So far I’ve tried a bunch of smart tags in the json such as {{reporter.department}} and it shows success in the audit but clearly the tag is wrong as it’s still blank in the target field.
any help would be greatly appreciated
I don't think you can access the Reporter's profile from the Automation Issue Smart Value. The user profile is not stored in an issue.
I found the Cloud User Management REST API, Get Profile. But, the user who executes the REST API must have permission to update and deactivate the accounts owned by your organization. So, before you try the above REST API:
I hope the above answer helps!
Regards,
Marini
@Marini Marini This worked a treat. The only issue I encountered was with the documentation for smart fields.
The docs stated to use {{reporter.accountID}} but it actually has to be {{issue.reporter.emailAddress}} on this Link
Thank you for your response, this has been causing me a bit of frustration and this was easy to do with your answer
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.