run_query

기존 조회를 실행합니다.

요약

run_query [common options] [query name]

설명

데이터베이스에서 지정된 조회를 실행합니다.

옵션 및 인수

query name
실행할 조회의 이름입니다.

예제

현재 사용자가 지정했거나 열린 상태의 모든 결함 목록을 리턴하는 기존 조회를 실행합니다.

CQTOOL> query "Public Queries/My To Do List" 
id State Headline
------ --------- -----------------------------------
SAMPL00000002 	Opened	The foobar is broken
SAMPL00000003 	Opened 	The widget needs repair
SAMPL00000004 	Assigned 	The other foobar is broken
Count: 3
--------------------------------------------------------- 

피드백