UpdateIssueParams: Omit<Partial<AddIssueParams>, "projectId"> & {
    comment?: string;
    issueIdOrKey: string | number;
}

Type declaration

  • Optionalcomment?: string

    Comment ID コメント

  • issueIdOrKey: string | number

    Issue ID or Issue Key 課題のID または 課題キー