async getMyInvestigations()

in src/app/teamcity/teamcity-service.js [27:32]


  async getMyInvestigations(teamcityService) {
    return await this.getInvestigations(teamcityService, {
      state: 'TAKEN',
      assignee: 'current'
    });
  }