도움말 및 문서
- Help and documentation
- Introduction to rootly
- 빠른 시작 가이드
- 알림
- On-Call
- 인시던트
- 회고
- 조치 항목
- Metrics
- 워크플로우
- 인시던트 구성
- AI
- 알림
- 사용자 관리
- 팀 관리
- Liquid
- Contacting support
Liquid
Team variables
변수
새로운 Liquid 마크업 탐색기를 사용하여 모든 인시던트 변수를 탐색하세요.
우리는 Liquid 템플릿 언어를 사용하며 사용 가능한 변수는 다음과 같습니다:
Ruby
{{ team.id }} # returns string
{{ team.name }} # returns string
{{ team.slug }} # returns string
{{ team.incidents_count }} # returns integer
{{ team.incidents_test_count }} # returns integer
{{ team.incidents_normal_count }} # returns integer
{{ team.incidents_scheduled_count }} # returns integer
{{ team.incidents_backfilled_count }} # returns integer
{{ team.action_items_count }} # returns integer
{{ team.action_items_follow_up_count }} # returns integer
{{ team.action_items_task_count }} # returns integer
{{ team.action_items_open_count }} # returns integer
{{ team.action_items_in_progress_count }} # returns integer
{{ team.action_items_cancelled_count }} # returns integer
{{ team.action_items_completed_count }} # returns integer
{{ team.users }} # returns array
{{ team.jira_users }} # returns array
예시
이메일로 사용자 역방향 조회
Ruby
{{ team.users | find: 'email', 'john@doe.com' | get: 'name' }}
{{ team.users | find: 'email', 'john@doe.com' | get: 'slack_id' }}
이 페이지가 도움이 되었나요?
이 페이지에서
어시스턴트
Responses are generated using AI and may contain mistakes.