Changes between Initial Version and Version 1 of Ticket #10356, comment 12


Ignore:
Timestamp:
Jul 10, 2013, 4:24:42 PM (11 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10356, comment 12

    initial v1  
    11Another problem seems to be happening for JIRA anonymous users. In this case the Action element does not have the 'author' attribute and fails with:
     2{{{
    23Traceback (most recent call last):
    34  File "./jira2trac", line 15, in <module>
     
    1213    'author': attrs['author'], 'type': attrs['type']}
    1314KeyError: 'author'
     15}}}