MetricsGrimoire / Bicho

Bicho is a command line based tool used to parse bug/issue tracking systems
http://metricsgrimoire.github.com/Bicho/
GNU General Public License v2.0
68 stars 30 forks source link

[Trac] check if optional attributes exist before adding them #151

Closed rodrigoprimo closed 8 years ago

rodrigoprimo commented 8 years ago

Add priority, milestone and rhbz attributes to a new issue only if they exist. This is necessary to use Bicho to gather data from Django Trac where those attributes don't exist.

sduenas commented 8 years ago

Thanks for the PR!