get_task
Fetch a complete task overview with parent, sub-tasks, and related links to create or update work request documents. Returns status, priority, dates, assignee, and more in a single call.
Instructions
태스크 상세를 조회한다(작업 요청 문서 생성·연동용).
task_id는 태스크 id(정수) 또는 제목(문자열) — 제목이면 현재 프로젝트에서 검색해 해석한다(정확 1건이면 채택, 다수면 후보 안내, 0건이면 오류).
제목/내용/상태/우선순위/유형/날짜/진행률/담당자 등 문서 작성에 필요한 필드와 함께 상위 태스크(parent)·하위 태스크(sub_tasks)·연관 태스크(related_tasks) 를 반환한다.
sub_tasks: 이 태스크의 하위 태스크 요약 목록(휴지통 제외, 서버 가시성 필터 적용).
related_tasks: outgoing/incoming 링크를 방향 유지로 통합({direction, link_type, task}).
parent: 직속 상위 태스크 요약(없으면 null).
update_task로 쓸 수 있는 값도 함께 읽는다 — actual_start_date/actual_end_date(실제 날짜), customer/customer_name(고객사), weight(비중, WBS 전용), is_pinned(고정), participants(관련자). 수정 전 현재 값 확인과 수정 후 반영 확인에 쓴다.
그 밖에 creator_name(작성자)·tags(태그 이름)·mention_count(댓글 수)·is_archived(숨김)· created_at/updated_at을 함께 반환한다. 상세 API 1회 호출로 모두 받으므로 추가 왕복이 없다(제목 해석 시 검색 1회 추가).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||