Project

General

Profile

action #94732

Updated by okurz almost 3 years ago

## Motivation 
 Some teams need to review more than one job group. /tests/overview accepts multiple job groups by id as parameter resolving the latest build within each job group. This now opens the possibility to automatically generate and provide such links so that users can actually find them. 

 ## Acceptance criteria 
 * **AC1:** For any parent group with child groups a A link to /tests/overview for the most recent results for multiple job groups is presented to users within the openQA webUI 

 ## Suggestions 

 * Read how the feature of "multiple job groups, no build" works, e.g. see https://github.com/os-autoinst/openQA/pull/3973/files#diff-da13ffe19b5f5515759fdbddec0fb3e78d94541b4a32cc353a128475cb8ecc11R258 
 * Find a good place on the openQA webUI where to add a link, e.g. the parent job group page and/or the index page 
 * Auto-generate the link iterating over all job groups 
 * As needed add a help text, e.g. hover-text or pop-over help information

Back