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.