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

Error While Parsing Some JIRA trackers #81

Closed iKuba closed 10 years ago

iKuba commented 10 years ago

When parsing JIRA bug trackers and there is a failure to parse no meaningful error appears because bugs_url is the variable used to "store" the url which happens to have never been assigned by substituting bugs_url with issue_url we will be able to see what page Bicho is failing on.

canasdiaz commented 10 years ago

The patch will be reviewed by Monday, sorry for the lag and thank you for your contribution :)

canasdiaz commented 10 years ago

Here you are. In order to avoid your second commit I used your changes as a patch and included you as author. Thank you!

commit b9092324a938c092465cb0ef72bbb5639ba43068
Author: iKuba <jdworakowski@uwaterloo.ca>
Date:   Tue Sep 3 10:05:52 2013 -0400

    [Jira] Fix error in Exception in order to show print the error

 Bicho/backends/jira.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)