현재 Rational® ClearQuest® 데이터베이스에 새 레코드를 제출합니다. 옵션을 사용하지 않고 실행하면 필수 필드에 대해서만 대화식 프롬프트가 표시됩니다. Rational ClearQuest 스키마에 정의된 대로 모든 필수 필드를 제공하지 않으면 새 결함을 작성할 수 없습니다.
필드 값을 지정하지 않고 결함 레코드 유형에 레코드를 제출합니다.
CQTOOL submit -type Defect Value required for field Headline [SHORT_STRING]: This is a test. Value required for field Severity [SHORT_STRING] (? to see list): ? 1-Critical 2-Major 3-Average 4-Minor 5-Enhancement Values can be given by an unambiguous prefix Value required for field Severity [SHORT_STRING] (? to see list): 1 Created Defect SAMPL00000059 -----------------------------------------------------------
명령행에 설정된 모든 필수 필드의 결함을 제출합니다.
CQTOOL submit -headline "Typo in the online help." -severity 3 Created Defect SAMPL00000060 − ----------------------------------------------------------
추가 필드 설정을 요청한 후에 결함 레코드 유형에 레코드를 제출합니다.
CQTOOL submit -ask -type Defect Value required for field Headline [SHORT_STRING]: This is a another test Value required for field Severity [SHORT_STRING] (? to see list): 2 Enter field name [RETURN to continue] (? to see list): ? Attachments Keywords Resolution customer Note_Entry Severity customer severity Owner Symptoms Description Priority Headline Project Names can be given by an unambiguous prefix Enter field name [RETURN to continue] (? to see list): Symptoms Value for field Symptoms [MULTILINE_STRING] (? to see list): ? Cosmetic Flaw Incorrect Operation System Crash Data Corruption Installation Problem Unexpected Behavior Data Loss Missing Feature Unfriendly Behavior Documentation Issue Slow Performance Values can be given by an unambiguous prefix Value for field Symptoms [MULTILINE_STRING] (? to see list): Data Loss Enter field name [RETURN to continue] (? to see list): Created Defect SAMPL00000060 −-------------------------------------------------------------
필드 이름 키워드에 여러 값을 지정한 후에 기본 레코드 유형에 레코드를 제출합니다.
CQTOOL submit -keywords "ClearQuest multisite" "rational" or CQTOOL submit -field keywords "ClearQuest multisite" "rational"