pub struct FrontSettingsInput {
pub send_note_on_status_change: Option<bool>,
pub send_note_on_comment: Option<bool>,
pub automate_ticket_reopening_on_completion: Option<bool>,
pub automate_ticket_reopening_on_cancellation: Option<bool>,
pub automate_ticket_reopening_on_comment: Option<bool>,
pub disable_customer_requests_auto_creation: Option<bool>,
pub automate_ticket_reopening_on_project_completion: Option<bool>,
pub automate_ticket_reopening_on_project_cancellation: Option<bool>,
pub enable_ai_intake: Option<bool>,
}Fields§
§send_note_on_status_change: Option<bool>Whether an internal message should be added when a Linear issue changes status (for status types except completed or canceled).
send_note_on_comment: Option<bool>Whether an internal message should be added when someone comments on an issue.
automate_ticket_reopening_on_completion: Option<bool>Whether a ticket should be automatically reopened when its linked Linear issue is completed.
automate_ticket_reopening_on_cancellation: Option<bool>Whether a ticket should be automatically reopened when its linked Linear issue is cancelled.
automate_ticket_reopening_on_comment: Option<bool>Whether a ticket should be automatically reopened when a comment is posted on its linked Linear issue
disable_customer_requests_auto_creation: Option<bool>ALPHA Whether customer and customer requests should not be automatically created when conversations are linked to a Linear issue.
automate_ticket_reopening_on_project_completion: Option<bool>Whether a ticket should be automatically reopened when its linked Linear project is completed.
automate_ticket_reopening_on_project_cancellation: Option<bool>Whether a ticket should be automatically reopened when its linked Linear project is cancelled.
enable_ai_intake: Option<bool>Whether Linear Agent should be enabled for this integration.
Trait Implementations§
Source§impl Clone for FrontSettingsInput
impl Clone for FrontSettingsInput
Source§fn clone(&self) -> FrontSettingsInput
fn clone(&self) -> FrontSettingsInput
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more