tower-cli
tower-cli copied to clipboard
Describe teams by name (API)
Summary
The following issue will allow the direct exact search of a team via API-SDK using a team name and organization's ID instead of team and organization's ID. The lack of such endpoint forces the CLI to loop through all organization's teams until a match is found, which is not fully efficient for large organizations.
Intended outcome
The result of such a call should lead to a full team description.
How will it work
A SDK method such api().describeTeamByName(String teamName, Long organizationId) will be implemented