<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    Working on this story:<br>
    <b>"As a user, I would like to be able to optionally query errata by
      type, severity and group id".</b><br>
    <br>
    I would like to make sure I understand it correctly.<br>
    <br>
    <b>Current status:</b><br>
    $ katello errata --product Katello --repo base<br>
    returns all the errata of given repo<br>
    <b><br>
      We want support this, right?:</b><br>
    $ katello errata --product Katello --repo base --type enhancements<br>
    all errata in the repo with type enhancements<br>
    <br>
    $ katello errata --product Katello --repo base --serverity critical<br>
    all errata with severity critical<br>
    <br>
    $ katello errata --type enhancements<br>
    all available errata (regardless repo) with type enhancements<br>
    <br>
    $ katello errata --product Katello --repo base --serverity critical<br>
    all available errata (regardless repo) with severity critical<br>
    <br>
    $ katello errata --product Katello --repo base --serverity critical
    --type security<br>
    all available errata (regardless repo) with severity critical AND
    type security<br>
    <br>
    <br>
    I don't know what does <b>group id</b> mean in this context?<br>
    <br>
    <br>
    -- Ivan<br>
  </body>
</html>