async specifyAgile()

in src/app/agile-board-widget.js [150:153]


  async specifyAgile(agileId, sprintId, currentSprintMode) {
    await this.showBoardFromCache(agileId);
    await this.specifyBoard(agileId, sprintId, currentSprintMode);
  }