Advanced Roadmap JQL functions
myAdvancedRoadmapsTeams()
Search for matching issues with Advanced Roadmaps Teams of the current user. Supported in Data Center Only.
Examples
Team in myAdvancedRoadmapsTeams()
finds the team-related issues where the current user is a member of the Advanced Roadmap Team.
Â
userAdvancedRoadmapsTeams()
Search for matching issues with Advanced Roadmaps Teams of a specific user. Supported in Data Center Only.
Examples
Team in userAdvancedRoadmapsTeams("username")
finds the team-related issues where the particular user is a member of the Advanced Roadmap Team.