microsoft / vsts-extension-retrospectives

An Azure DevOps extension for efficient retrospectives
MIT License
177 stars 78 forks source link

Missing Team in Retrospectives #700

Open lester-manglicmot opened 4 months ago

lester-manglicmot commented 4 months ago

Describe the bug There is a missing team not found in Azure DevOps Retrospectives.

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

If Yes, what version of the extension?

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Retrospectives'
  2. Click on 'Teams' besides the title
  3. Scrolling down, we are unable to find a specific team

Expected behavior A clear and concise description of what you expected to happen. The team should be there as they are existing under the project.

Screenshots If applicable, add screenshots to help explain your problem. If you have any developer console information that feels relevant, that is also helpful!

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

Additional context Add any other context about the problem here.

polatengin commented 2 months ago

I'll take a look at this issue, I'll post updates here 👍

chandrakanthbala commented 1 month ago

@lester-manglicmot Does your project have more than 255 teams? We are facing the similar issue and I noticed there is a limit in getting teams of a project at below line. If the team is at position greater than 255, then it is not shown in dropdown.

https://github.com/microsoft/vsts-extension-retrospectives/blob/69011bac51f7bac01892f8ce04b02befe20079f8/RetrospectiveExtension.Frontend/dal/azureDevOpsCoreService.tsx#L53

@polatengin Can you please take a look at the below issue and see if these two are same?

https://github.com/microsoft/vsts-extension-retrospectives/issues/755

peter-janssen commented 1 month ago

I'm fairly confident that we have more than 255 teams.

polatengin commented 1 week ago

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