Duplicate teams are created for the same Jira board.

XMLWordPrintable

      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.

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

            Assignee:
            Kyle Foreman
            Reporter:
            Allan Silva (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: