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

VIRA-253: ViraFilterVersions Hidden mapping broken #53

Open
n0v1c3 opened this issue Feb 23, 2021 · 4 comments
Open

VIRA-253: ViraFilterVersions Hidden mapping broken #53

n0v1c3 opened this issue Feb 23, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@n0v1c3
Copy link
Owner

n0v1c3 commented Feb 23, 2021

As a developer I have broken the H key mapping while changing the OoO for #45 the if statment used to determine when they should be displayed will need to be adjusted. At least that is where it will begin.

if fixed != total or total == 0 or not int(self.versions_hide) == 1: line 855 in python/Vira/vira_api.py

@chinwobble
Copy link
Collaborator

what is OoO?

@n0v1c3
Copy link
Owner Author

n0v1c3 commented Feb 25, 2021

Sorry "Out of Order" or "Order of Operations".

  • I can use more proper english on public forums for sure!

@n0v1c3
Copy link
Owner Author

n0v1c3 commented Feb 25, 2021

My first glance at it told me that we used to expect the entire array to be there and now we need to run a "new" equation for each time the JQL runs.

@n0v1c3 n0v1c3 added the bug Something isn't working label Feb 27, 2021
@n0v1c3 n0v1c3 changed the title ViraFilterVersions Hidden mapping broken VIRA-213: ViraFilterVersions Hidden mapping broken Feb 27, 2021
@n0v1c3 n0v1c3 changed the title VIRA-213: ViraFilterVersions Hidden mapping broken VIRA-253: ViraFilterVersions Hidden mapping broken May 25, 2021
@n0v1c3
Copy link
Owner Author

n0v1c3 commented May 25, 2021

Moved to VIRA-253 as a goal now.

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