Skip to content

[bug]: Jira Importer non functional on Self Hosted #3181

Open
@Doldge

Description

@Doldge

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

  1. Go to Workspace Settings -> Imports
  2. Select "Import" from Jira
  3. fill in the apropriate details
  4. edit the jira_project_issue_summary python function and change the issue_url to import issuetype=Task instead of issuetype=Story
    1. if this step isn't taken then the import fails on 'Story' not being valid
  5. run through the rest of the import steps
  6. tail the worker [celery] docker logs to confirm that plane.bgtasks.importer_task.service_importer is started
  7. confirm that plane.bgtasks.importer_task.service_importer finishes
  8. check the existing project you imported the issues into
  9. the project does not have any issues or epics created.

Browser

Mozilla Firefox

Version

Self-hosted v0.13.2

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions