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

"username" misspelled as "usarname" in jira backend #83

Closed brainwane closed 10 years ago

brainwane commented 10 years ago

In jira.py, there's a line:

self.assignee_usarname = None

which probably ought to be

self.assignee_username = None

I grepped the rest of the codebase for "assignee_usarname" and didn't find any references, so I made the fix in my fork, and will attach a pull request.

brainwane commented 10 years ago

We can close this issue now; I've grepped through the master branch and find no further instances of "usarname".