Project

General

Profile

action #110614

Updated by livdywan almost 2 years ago

## Motivation 
 Originally https://os-autoinst.github.io/qa-tools-backlog-assistant/ only included "PO-relevant" queries. We recently added "In Progress" and "In Feedback" in queries which is ok so we should also add the SLO based queries accordingly for the sake of completeness and to not miss any tickets showing up there as recently happened. 

 ## Acceptance criteria 
 * **AC1:** All queries from https://progress.opensuse.org/projects/qa/wiki/Tools#SLOs-service-level-objectives show up on https://os-autoinst.github.io/qa-tools-backlog-assistant/ 

 ## Suggestions 
 * Add queries in https://github.com/os-autoinst/qa-tools-backlog-assistant/blob/master/backlog_checker.py and https://github.com/os-autoinst/qa-tools-backlog-assistant/blob/master/.github/workflows/backlog_checker.yml 
 * Optional: Refactor https://github.com/os-autoinst/qa-tools-backlog-assistant/blob/master/.github/workflows/backlog_checker.yml to not need individual queries to be mentioned but just iterate over all, e.g. in https://github.com/os-autoinst/qa-tools-backlog-assistant/blob/master/backlog_checker.py#L159= iterate over all keys of "data" when no argument is given

Back