Title
필드에 지정된 폴더 경로를 사용합니다.
/
로 구분할 수 있습니다. 예를 들어, 제목으로 다음 텍스트를 입력하면:
{{ incident.created_at | date: '%Y' }}/{{ incident.created_at | date: '%B' }}/{{ incident.title }}
저장 경로는 다음과 같습니다:
[폴더] 사고 생성 연도 > [폴더] 사고 생성 월 > [문서] 사고 제목
draft
또는published
상태일 수 있습니다. 이는 일반적으로 회고 상태가published
일 때만 트리거되는 자동화된 알림 워크플로우가 있는 경우에 사용됩니다.
{{ incident.google\_drive\_id }}
로 설정되어 있습니다. 이 필드에서는 Liquid 구문이 지원됩니다.
Custom Retrospective Template
필드에 정의된 내용이 무시됩니다.Custom Retrospective Template
필드와Retrospective Template
필드에 정의된 내용이 무시됩니다.{{ incident.google_drive_id }}
로 설정되어 있습니다. 이 필드에서는 Liquid 구문이 지원됩니다.
Send Email Notification
박스가 체크된 경우에만 전송됩니다.
{{ incident.google_drive_id }}
로 설정되어 있습니다. 이 필드에서는 Liquid 구문이 지원됩니다.
Type
: 가능한 값은User
,Group
또는Domain
입니다.Role
: 가능한 값은Owner
,Viewer
,Editor
,Writer
,Commenter
, 또는None
입니다.Email Address
(기본값): 권한을 취소하려는 사용자의 이메일 주소입니다.Attribute to Query By
. 이 필드에서는 Liquid 구문을 사용할 수 있습니다.
예시 1:
Attribute to Query By
= Role
Value
= Writer
Writer
권한이 취소됩니다
예시 2:Attribute to Query By
= Email Address
Value
= {{ trigger.subscriber.email }}