OCA / connector-jira

GNU Affero General Public License v3.0
20 stars 43 forks source link

return project[] issue in connector_jira/models/project_project/exporter.py #24

Closed MacqGit closed 1 year ago

MacqGit commented 4 years ago

Hello Gentlemen,

First of all, my congrats for all the work done putting this piece of software out. This is really a great job. I would however like to report here a couple of issues (or maybe is it my lack of understanding of what's going on under the hood ?) I have had putting it at work. For the background, our company is heavily relying on Odoo and Jira so we were very interested using this connector.

First thing I noticed is that we had to change the connector_jira/models/project_project/exporter.py in line 59 & 68 from "return project['projectId']" to "return project['id']" as initial implementation produced a traceback. I found this strange as it seems that this code is already running in production @ some locations.

Second, I was expecting that running the "Import project tasks since..." command would fetch all the tasks from linked projects, even in the ones occuring in the past but this actually not the case. On the other hand, synchronizing through "Import worklogs since..." seems to do the job correctly. So, Is this a normal behavior ? What am I missing here ?

Your support would be greatly appreciated here.

github-actions[bot] commented 1 year ago

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.