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 want to configure a scripted listener to automatically update the Portfolio Team field when a custom field's value changes. The context behind this is...
We have "Target PIs" we prioritize our work for and use the built in Rank functionality in JIRA/Portfolio to do so. In order to filter by up coming PIs I have created global "Teams" that portfolio uses to pull in issues based off of the value in the "Target PI" field. The problem is when the Target PI value changes users are having to manually change the Team field to associate it with another Team. Is there a way to configure a scripted listener to look for issue updated events when the "Target PI" field is updated - and then update the Team field. I know it will have to be a 1 to 1 mapping of the Team ID and Target PI. An example would be
Field Value Field Value
"Team" 1654 maps to "Target PI" 15
"Team" 1655 maps to "Target PI" 16
Any assistance with this would be appreciated!