Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current behavior
When I import a project from Jira on my self-hosted instance of plane, running v0.13.2, I expect the Jira Epics & "stories" to import into my plane project.
However, this does not happen.
Steps to reproduce
- Go to Workspace Settings -> Imports
- Select "Import" from Jira
- fill in the apropriate details
- edit the
jira_project_issue_summary
python function and change theissue_url
to importissuetype=Task
instead ofissuetype=Story
- if this step isn't taken then the import fails on 'Story' not being valid
- run through the rest of the import steps
- tail the
worker
[celery] docker logs to confirm thatplane.bgtasks.importer_task.service_importer
is started - confirm that
plane.bgtasks.importer_task.service_importer
finishes - check the existing project you imported the issues into
- the project does not have any issues or epics created.
Browser
Mozilla Firefox
Version
Self-hosted v0.13.2