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 parsing the assignee in JIRA (II) #75

Closed canasdiaz closed 10 years ago

canasdiaz commented 11 years ago

The fix provided for #71 created the error below:

DBG: [04/Jul/2013-19:46:23] Bug activity: http://issues.liferay.com/browse/LPS-30440?page=com.atlassian.jira.plugin.system.issuetabpanels%3Achangehistory-tabpanel
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/Bicho/backends/jira.py", line 870, in analyze_bug_list
    issues = handler.getIssues()
  File "/usr/local/lib/python2.7/dist-packages/Bicho/backends/jira.py", line 735, in getIssues
    bicho_bugs.append(self.getIssue(bug))
  File "/usr/local/lib/python2.7/dist-packages/Bicho/backends/jira.py", line 778, in getIssue
    changes = parser.parse_changes()
  File "/usr/local/lib/python2.7/dist-packages/Bicho/backends/jira.py", line 394, in parse_changes
    old = unicode(self._get_identifier(cols[1]))
  File "/usr/local/lib/python2.7/dist-packages/Bicho/backends/jira.py", line 343, in _get_identifier
    if myaux.find('a'):
AttributeError: 'NoneType' object has no attribute 'find'