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 am writing a Jira plugin that has some minor interaction with Advanced Roadmaps teams, and I am trying to use the Advanced Roadmaps public Java api
Essentially, I need to access team names through a CustomField object from the Jira plugin SDK. When I use the associated methods to get the Advanced Roadmaps team from one of our fields, it returns an object of a class called DefaultTeam, which is not in the Advanced Roadmaps public API.
I need to know if there is any way to actually import/use this class to get team information out of it, or if there is any other way through the Java APIs to get this info.