Uploaded image for project: 'Jira Align'
  1. Jira Align
  2. JIRAALIGN-3119

Duplicate teams are created for the same Jira board.

    XMLWordPrintable

Details

    • 2
    • Severity 2 - Major
    • No

    Description

      Issue Summary

      Duplicate teams are created for the same Jira board.
      The synchronization of teams occurs only within Jira Board's Time interval, and there is a check (in agileCraft.CreateACTeam method) of whether the Team exists or not to avoid duplication(to create/update). But if it fails on this action due to a SQL connection issue, it returns an empty Team object and updates the board with AgileCraftTeamID=0. Then on the next loop, it will create a new Team for that board.

      Steps to Reproduce

      The issue is difficult to reproduce on demand, it happens when a connection to the database fails during the check of the existence of Teams for the board.

      Expected Results

      It is not allowed to have duplicate team names.
      It should create one team per board.

      Actual Results

      Two teams with the same name are created


      Workaround

      Rename one of the duplicate teams and then delete it.

      Attachments

        1. screenshot-1.png
          screenshot-1.png
          74 kB
        2. screenshot-2.png
          screenshot-2.png
          45 kB
        3. screenshot-3.png
          screenshot-3.png
          41 kB

        Issue Links

          Activity

            People

              kforeman@atlassian.com Kyle Foreman
              7b5a6a24aeb0 Allan Silva
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Backbone Issue Sync