Actions
action #98186
closedBacklog checker does not take `QA` project issues into account for untriaged issues
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2021-09-06
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
The queries in the untriaged_QA
and untriaged_tools
checks in https://github.com/os-autoinst/qa-tools-backlog-assistant don't take into account QA
tickets, only openQA project
and openQA infrastructure
.
Steps to reproduce¶
- Check if there is any untriaged (as in not assigned a target version) under
QA
- Check the relevant untriaged query in progress (https://progress.opensuse.org/projects/qa/issues?query_id=576). It will appear here
- Check the backlog checker in https://github.com/os-autoinst/qa-tools-backlog-assistant. It shouldn't appear here.
Problem¶
The query only searches for openQA Project
and openQA Infrastructure
tickets, not QA
Suggestion¶
- Fix the query in https://github.com/os-autoinst/qa-tools-backlog-assistant/blob/master/backlog_checker.py to display the appropriate results. Another query for id 115, identical to the other two for
untriaged_qa
anduntriaged_tools
functions should do the trick.
Actions