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

Keyboard shortcuts N and P cause errors on Work mode in Rapid Board

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • High
    • 5.8.5
    • None
    • None

    Description

      See screenshot for error

      GH.RapidBoard.RapidListDataController.getIssueKeyForColumnAtIndex = function(B,
              G, E) {
          var F = _.find(GH.RapidBoard.RapidListDataController.getAllSwimlanes(),
                  function(H) {
                      return H.id == B
                  });
          if (!F) {
              return false
          }
          var D = _.find(GH.RapidBoard.RapidListDataController.getAllColumns(),
                  function(H) {
                      return H.id == G
                  });
          if (!D || !D.id) {
              return false
          }
          if (F.issueCount < 1) {
              return false
          }
          var C = F.columns[C.id];
          if (!C) {
              return false
          }
          var A = C.issues;
          if (A.length == 0) {
              return false
          }
          if (E >= A.length) {
              return A[A.length - 1].key
          } else {
              return A[E].key
          }
      };
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            mtokar Michael Tokar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: