freshservice_agentfreshservice_agent_rolefreshservice_announcementfreshservice_assetfreshservice_asset_componentfreshservice_asset_contractfreshservice_asset_typefreshservice_business_hourfreshservice_changefreshservice_change_notefreshservice_contractfreshservice_contract_typefreshservice_departmentfreshservice_locationfreshservice_problemfreshservice_problem_notefreshservice_problem_taskfreshservice_problem_timeentryfreshservice_productfreshservice_purchase_orderfreshservice_releasefreshservice_release_notefreshservice_release_taskfreshservice_release_timeentryfreshservice_requesterfreshservice_servicefreshservice_sla_policyfreshservice_softwarefreshservice_software_installationfreshservice_software_userfreshservice_solution_articlefreshservice_solution_categoryfreshservice_solution_folderfreshservice_ticketfreshservice_ticket_conversationfreshservice_ticket_taskfreshservice_ticket_timeentryfreshservice_vendor
Table: freshservice_release_note
Obtain information about Notes attached to Release in the FreshService instance.
You MUST specify a release_id
in the WHERE
or JOIN
clause.
Examples
List all notes for a specific release
select *from freshservice_release_notewhere release_id = 200012345;
Schema for freshservice_release_note
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
body | text | The body of the note in HTML format. | |
body_text | text | The body of the note in plain text format. | |
created_at | timestamp with time zone | Timestamp at which the note was created. | |
id | bigint | ID of the release note. | |
notify_emails | jsonb | Array of addresses to which notifications are sent. | |
release_id | bigint | = | ID of the release this note belongs to. |
updated_at | timestamp with time zone | Timestamp at which the note was updated. | |
user_id | bigint | User ID of who created the note. |