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

Colors on cards are not updated correctly on Jira 8 #2

Open
sonic1200 opened this issue Nov 19, 2021 · 0 comments
Open

Colors on cards are not updated correctly on Jira 8 #2

sonic1200 opened this issue Nov 19, 2021 · 0 comments

Comments

@sonic1200
Copy link
Owner

This is an issue with all version 8.x of Jira since they have changed the way they are loading colors on backlog and sprint view.
Now they stream the information along the page position (to avoid fetching all info at once and reduce loading time).
It's a very good optimization that change the way how PimpMyJira can update the DOM to add colors on cards.
Need to find a new event to watch with Jquery in order to update the colors of the cards without re-writing the entire DOM at each frame!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant