pyredminews icon indicating copy to clipboard operation
pyredminews copied to clipboard

AttributeError: 'Issue' object has no attribute 'journals'

Open sieppl opened this issue 10 years ago • 3 comments

Hi,

my environment:

  • Windows 8.1
  • Python 2.7 (just installed)
  • latest pyredmine (installed via powershell script)
Traceback (most recent call last):
  File "redmine_issues_to_bitbucket.py", line 295, in <module>
    feed.addIssue(issue)
  File "redmine_issues_to_bitbucket.py", line 193, in addIssue
    for journal in redmineIssue.journals:
AttributeError: 'Issue' object has no attribute 'journals'

sieppl avatar May 02 '14 09:05 sieppl

Same problem here

khelll avatar Sep 25 '14 12:09 khelll

+1

deathwishdave avatar Sep 29 '14 18:09 deathwishdave

I have bypassed the error by downgrading to 93ab20323d68e5af4ded7d5d2f5623250cdabe00

deathwishdave avatar Sep 30 '14 16:09 deathwishdave