Project

General

Profile

Actions

action #127763

closed

[teregen] Separate bugs with severity lower than Major in generated template

Added by vpelcak about 1 year ago. Updated about 1 year ago.

Status:
Resolved
Priority:
Low
Assignee:
Target version:
Start date:
2023-04-17
Due date:
% Done:

0%

Estimated time:

Description

User story

In the past there was an agreement that QE will validate only bugs that have a reproducer and are of severity Major and higher.

As the initial step, lets adjust the template generator to separate lower severity bugs.

The way I imagine it, within bugs section there would be a subsection called "Lower Severity Bugs" where any bugzilla issue with severity lower than Major would be moved.

Acceptance criteria

AC1: Template generator will know the severity of each bug
AC2: Bugs in the template are grouped by severity

Suggestions

Example query:

{
  requests(requestId: 294631) {
    edges {
      node {
        reviewSet {
          edges {
            node {
              status {
                name
              }
              assignedByGroup {
                name
              }
            }
          }
        }
        incident {
          comments(who_Username_Iexact: "sle-qam-openqa", last: 1) {
            edges {
              node {
                when
                text
              }
            }
          }
          patchinfoSet {
            edges {
              node {
                references {
                  edges {
                    node {
                      name
                      url
                      summary
                      tracker {
                        prefix
                      }
                      severity
                      priority
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
Actions

Also available in: Atom PDF