summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/scripts/untriaged-bugs.sh
blob: 134035de4bd758854fbe97904fc94a7b5cb9a264 (plain)
1
2
3
4
5
#!/bin/bash
set -e
echo "Weekly GlusterFS Untriaged Bugs Report"
echo ""
bugzilla query --outputformat='https://bugzilla.redhat.com/%{id} / %{component}: %{summary}' --from-url='https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&product=GlusterFS&chfield=[Bug creation]&chfieldfrom=-4w&chfieldto=Now&f1=keywords&o1=notsubstring&v1=Triaged' | sort -k 3