Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-68731

Jira Importer Plugin does not import epics from Pivotal Tracker

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Low Low
    • None
    • 7.6.10
    • Jira Importers Plugin
    • None

      Issue Summary

      Epics are not created in Jira when data is imported from Pivotal Tracker as documented in Importing data from Pivotal Tracker

      Environment

      • Jira 7.6
      • Jira Importers Plugin 8.0.15

      Steps to Reproduce

      1. Create a trial account at http://pivotaltracker.com
      2. Create a project with epics and stories in those epics
      3. Follow steps from Importing data from Pivotal Tracker to import data from Pivotal Tracker into Jira

      Expected Results

      Stories and epics should be imported

      Actual Results

      Epics are not imported to Jira

      Notes

      • A review of the source code for the Jira Importers Plugin revealed that the /epics API endpoint is not called at all. Thus, epics are not retrieved.
      • The code of the Jira Importers Plugin needs to use the new v5 API. It is currently using v3
        this(uri, UriBuilder.fromUri(uri).path("/services/v3").build(), userNameMapper);
        

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

              Unassigned Unassigned
              adridi Arbi Dridi
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: