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 all ,
I am trying to see if we can auto catagorise a user as VIP with certain SLAs rules and watcher when ticket was raised by a VIP user , is that possible
thanks man , do you have the smart value for the reporter in (vip group) was not able to find it
Did you reference this article - smart-values-users
note you continue to reference VIP user. I am assuming that is something subjective in your world as I am not familiar with any user property.
Is there a way to get a custom field (ex VIP User) to be checked based on a person's group membership? I have a group with 10 executives and I want a custom field to be checked automatically so that agents see whether a requestor is a VIP or not on requests.
You could use Automation for this.
trigger - issue created
condition- JQL - reporter in membersOf("xxxxxx")
action - edit issue and set custom field or label for VIP
Thanks, I am going to look at the action and see if I can get this to work.