-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
7.6.10
-
None
-
7.06
-
1
-
Severity 2 - Major
-
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
- Create a trial account at http://pivotaltracker.com
- Create a project with epics and stories in those epics
- 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
- duplicates
-
JRASERVER-67161 Multiple errors during Pivotal Tracker data import
-
- Closed
-
- is related to
-
JRASERVER-67161 Multiple errors during Pivotal Tracker data import
-
- Closed
-
- mentioned in
-
Page Loading...