Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projects with more than 255 teams are not showing all teams in the dropdown in Retrospectives #755

Open
chandrakanthbala opened this issue May 28, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@chandrakanthbala
Copy link

Describe the bug
We have couple of projects with more than 255 teams. In those projects, the Retrospectives dropdown doesn't show all the teams to select and start a Retro. I looked up the extension code and noticed the extension is getting only top 255 teams. Is there any plan to increase this limit?

Looks like restriction was added here (below URL).

return await this._httpCoreClient.getTeams(projectId, forCurrentUserOnly, 255, 0, true);

Are you using the Retrospectives Tool on-prem?
[ ] Yes
[* ] No

To Reproduce
Steps to reproduce the behavior:

  1. Open project with more than 255 teams.
  2. Open Retrospectives
  3. Click team dropdown
  4. Not all teams are listed

Expected behavior
All teams should be listed

What screen type are you seeing this on ?
[ *] Desktop
[ ] Mobile

@chandrakanthbala chandrakanthbala added the bug Something isn't working label May 28, 2024
@polatengin polatengin self-assigned this Jul 6, 2024
@polatengin
Copy link
Collaborator

working on a fix now, I'm planning to release a new version this weekend

@chandrakanthbala
Copy link
Author

@polatengin Can you please confirm if this fix is released?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants