resource "highbond_action" "main" {
issue_id = highbond_issue.main.id
title = "Title of the action"
due_date = "2020-04-09"
owner_name = "Biswa Ranjan B"
owner_email = "biswa@biswa.com"
send_recurring_reminder = true
include_issue_details = true
include_remediation_details = false
description = "<h1>Action heading</h1><p>Action description.</p>"
priority = "high"
closed = true
completed_date = "2020-01-02"
status = "Audit Verifying"
submitted_on = "2020-01-02"
assigned_by = "uxtXXmLsyy-1y5AFb51A"
cc_contacts = ["pooja.fhf@gamil.com"]
owner_user = "uxtXXmLsyy-1y5AFb51A"
force_updates = true
custom_attributes {
term = "Preferred Language"
value = ["English", "Spanish"]
}
custom_attributes {
term = "Wrap up Date"
value = ["2020-07-01"]
}
cc_users {
id = "Enter a valid UUID here"
}
cc_users {
id = "Enter a valid UUID here"
}
}
assigned_by
(String) The person who created the actiondue_date
(String) pecifies the date the action must be completed byissue_id
(Number) The ID of the issuetitle
(String) The title of the actioncc_contacts
(List of String) An array of user emailscc_users
(Block List) Specifies one or more users in a HighBond instance that are cc'ed on this action (see below for nested schema)closed
(Boolean) Specifies the state of the actioncompleted_date
(String) Specifies the date that the action was completed or addressedcustom_attributes
(Block Set) (see below for nested schema)description
(String) The description of the actionforce_updates
(Boolean) Allows overriding top-level 'create_only' option.include_issue_details
(Boolean) If true, the issue details will be included in the responseinclude_remediation_details
(Boolean) If true, the remediation details will be included in the responseowner_email
(String) The action owner’s email addressowner_name
(String) The action ownerowner_user
(String) Specifies the user in a HighBond instance that responsible for the actionpriority
(String) A user configurable classification that specifies the priority of the actionsend_recurring_reminder
(Boolean) If true, a recurring email reminder about the action is sent to the ownerstatus
(String) A user configurable classification that specifies the current status of the actionsubmitted_on
(String) Specifies the date that the action was submittedcreated_at
(String) The timestamp identifying when the action was createdid
(String) The ID of this resource.updated_at
(String) The timestamp identifying when the action was updatedcc_users
Read-Only:
id
(String) The ID of this resource.custom_attributes
Optional:
id
(String) The ID of the custom attribute that this custom attribute value is forterm
(String) The user defined term used to identify the custom attributevalue
(Set of String) The value or values (for multiselect) to set this custom attribute to