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

Project import to allow JIRA Software Board mapping

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • None
    • None
    • 2
    • 9
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Problem Definition

      As per JRASERVER-28748, during the Project import, the Boards are not going to be imported hence the Sprints to Boards associations will be lost.

      After the project import, we can create the Boards manually or by using some third-party plugin, but this may break the reports. For example, reports such as Release Burndown will only show partial Sprints and some of it will appear missing. Querying the database will return all the missing Sprints.

      Suggested Solution

      During the Project import, provide a wizard where users can map the old Board from the source instance to the new board in the target instance.

      Workaround

      Login to JIRA database and run this SQL:

      UPDATE "AO_60DB71_SPRINT" set "RAPID_VIEW_ID" = <new board ID> where "ID" in (<IDs of missing sprints>)
      

      Replace <new board ID> with the respective value. <IDs of missing sprints> should be in comma separated list.

      Please test this on a staging server before updating your Production instance.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: