OCA / project-agile

30 stars 69 forks source link

[ADD][11.0] Adding module project_agile_jira #9

Closed pnajman-modoolar closed 5 years ago

pnajman-modoolar commented 6 years ago

Hello,

Module project_agile_jira extend project_agile and enables us to migrate projects and tasks from JIRA to Odoo. This is very raw module and it's only usage is for migration purpose and not to be used as a JIRA synchronizer, for that there are other modules.

Unfortunately, JIRA does not have fully covered API route to read workflow with all states and transitions, as far as I know at this moment, and thus it's not full automated. In order for the module to be able to map JIRA task states with task stages, one should create workflow in Odoo with the same stage names as in JIRA, so the module could map them properly.

Kind Regards, Petar