Title
field.
/
. For example, if you enter the following text as the title:
{{ incident.created_at | date: '%Y' }}/{{ incident.created_at | date: '%B' }}/{{ incident.title }}
The storage path will be:
[Folder] year of incident creation > [Folder] month of incident creation > [Doc] Incident Title
draft
or published
status. This is typically used if you have automated notification workflows that are only triggered when the retrospective status is published
.
{{ incident.google\_drive\_id }}
. Liquid syntax is supported in this field.
Custom Retrospective Template
field will be overridden.Custom Retrospective Template
field and Retrospective Template
field will be overridden.{{ incident.google_drive_id }}
. Liquid syntax is supported in this field.
Send Email Notification
box is checked.
{{ incident.google_drive_id }}
. Liquid syntax is supported in this field.
Type
: Can be User
, Group
or Domain
.Role
: Can be Owner
, Viewer
, Editor
, Writer
, Commenter
, or None
.Email Address
(default): The email address of the user from whom you want to revoke permissions.Attribute to Query By
. Liquid syntax is supported in this field.
Example 1:
Attribute to Query By
= Role
Value
= Writer
Writer
role will have their permissions revoked
Example 2:Attribute to Query By
= Email Address
Value
= {{ trigger.subscriber.email }}