Is there a way with Pyral to get a list of the different defects severitys? I can query by severity type like:
severity=rally.get(entity='Defect', fetch=True, query=['Severity = "Serious"'])
and that gives all of the defects with severity "Serious" but how can I find all of the different severity types besides debugging?