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
We're using an on-call scheme for who to assign issues in a given week (rotation is weekly).
We have a single issue where the assignee is given as the on call and we change that assignment weekly.
So anytime a support ticket comes in we want the assignee to be pulled from the single issue assignee.
In automation we would have an edit issue and using "More options" to get to the JSON:
{
"fields" : {
{{ triggerIssue.assignee }} : {{ issue.Assignee }}
}
}
We thought that would work as the branching by JQL can find the single issue (e.g., issue.field would be for the scope of the branch.
We keep getting an error "Not valid JSON."