Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-19767

Project import will break Epic report

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Medium
    • None
    • 7.0.10, 7.2.15, 8.0.0, 7.12.3, 7.6.10, 8.5.0
    • Reports

    Description

      Summary

      After a Project import of a JIRA Software Scrum project, the Epic report will not be generated. The root cause of the problem is Jira is not setting correct Epic Link history items during project import.

      Steps to Reproduce

      1. Perform a Project import of a JIRA Software Scrum project.
      2. Crosscheck the Epic report between the Source and Target - Target instance will not generate the Epic report graph on the page.

      Expected Results

      Epic report to be generated as per the Source instance.

      Actual Results

      The page returns a blank graph:

      Workaround

      1. Grab the issue id and issue key of the epic you want to fix
      2. Execute the following queries:
        update changeitem set newvalue = <EPIC ISSUE ID> where newstring = <EPIC ISSUE KEY>;
        update changeitem set oldvalue = <EPIC ISSUE ID> where oldstring = <EPIC ISSUE KEY>;
        

        For example, if the epic key is SSP1-53 and the epic issue id is 10049:

        update changeitem set newvalue = 10049 where newstring = 'SSP1-53';
        update changeitem set oldvalue = 10049 where oldstring = 'SSP1-53';
        
      3. Perform a project reindex.

      Attachments

        1. target.png
          target.png
          86 kB
        2. source.png
          source.png
          103 kB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mmuthusamy Moga
              Votes:
              4 Vote for this issue
              Watchers:
              13 Start watching this issue

              Dates

                Created:
                Updated: