Function GetTicketSubmitStatusCount

  • 获取提交者工单节点未读消息数

    Parameters

    • params: {
          countOption: undefined | {
              childProjectId?: string;
              types?: LogType[];
          };
          projectId: string;
      }
      • countOption: undefined | {
            childProjectId?: string;
            types?: LogType[];
        }

        角色名称

      • projectId: string

    Returns Promise<{
        count: number;
        statusId: string;
    }[]>

Generated using TypeDoc