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

Reduce overfetch on updatePokerScope #10518

Closed
mattkrick opened this issue Nov 22, 2024 · 0 comments · Fixed by #10767
Closed

Reduce overfetch on updatePokerScope #10518

mattkrick opened this issue Nov 22, 2024 · 0 comments · Fixed by #10767
Assignees
Labels
bug p2 Needs to be addressed on a reasonable timescale

Comments

@mattkrick
Copy link
Member

Adding/removing items from poker are painfully slow if you are integrated with Jira.
This is because we're fetching the jira remote projects, which isn't necessary to update the poker scope.
the line causing this is here:

I would just remove this line, but it looks like it was added intentionally here #6667 (comment)

@Dschoordsch do you remember what fields were necessary to fix that bug? If we can replace that fragment with just the necessary fields it should solve this

@mattkrick mattkrick added bug p2 Needs to be addressed on a reasonable timescale labels Nov 22, 2024
@mattkrick mattkrick self-assigned this Dec 18, 2024
@mattkrick mattkrick moved this to Todo in Bugs/Support Dec 18, 2024
@jordanh jordanh added this to Product Jan 8, 2025
@github-project-automation github-project-automation bot moved this to To triage in Product Jan 8, 2025
@jordanh jordanh removed the status in Product Jan 13, 2025
@jordanh jordanh moved this to Backlog in Product Jan 13, 2025
@mattkrick mattkrick moved this from Backlog to In review in Product Jan 30, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in Bugs/Support Jan 30, 2025
@github-project-automation github-project-automation bot moved this from In review to Done in Product Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug p2 Needs to be addressed on a reasonable timescale
Projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant