Actions
action #137831
closedReduce limit on feedback tickets to 10
Actions
Our current query in https://github.com/os-autoinst/qa-tools-backlog-assistant/blob/520bee381b84aaf6e2ade49aaa4eaf6da104a947/queries.yaml#L42 just counts all tickets in feedback, not only low or something. Right I have 13 tickets in feedback, all legitimately waiting for others. Maybe we should distinguish on "not-low", maybe just reduce to 15? Maybe just more rigid checking on getting stuff done?
We discussed this in the retro. As there were more than 10 tickets but all for legitimate reason we tried to find different solutions. First we thought we could move tickets for which we don't expect feedback soon to "Next" but our feedback query https://progress.opensuse.org/issues?query_id=520 is looking on tickets assigned to team members regardless of target version. So instead we opted to change the query to only look at not-low tickets which is giving us yet another use case where it makes sense to reduce the prio of a ticket to low.
And to reduce the alert limit
https://github.com/os-autoinst/qa-tools-backlog-assistant/pull/38
https://github.com/os-autoinst/qa-tools-backlog-assistant/pull/38 merged. https://os-autoinst.github.io/qa-tools-backlog-assistant/ is up-to-date and shows the new limit and it's effective.