Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenProject support? #239

Open
The-Alchemist opened this issue Oct 15, 2019 · 1 comment
Open

OpenProject support? #239

The-Alchemist opened this issue Oct 15, 2019 · 1 comment
Assignees
Labels

Comments

@The-Alchemist
Copy link

I was wondering if anyone has tried using python-redmine with OpenProject, a fork of Redmine. I get a lot of :

>>> redmine.project.get('project_name')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.7/site-packages/redminelib/managers/base.py", line 83, in get
    return self.to_resource(self.redmine.engine.request('get', self.url, params=self.params)[self.container])
KeyError: 'project'

@maxtepkeev maxtepkeev self-assigned this Oct 16, 2019
@maxtepkeev
Copy link
Owner

Hi,

I've checked their API docs and they've changed A LOT. They not only changed the response structure, they're also using hal+json instead of just json, so Python-Redmine will not work out of the box, a lot of work has to be done to make Python-Redmine work with OpenProject.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants