tower-cli icon indicating copy to clipboard operation
tower-cli copied to clipboard

Describe teams by name (API)

Open grananda opened this issue 4 years ago • 0 comments

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

grananda avatar Nov 02 '21 12:11 grananda