accelo_create_asset_link
Create asset links between an asset and an issue, job, prospect, or contract. Specify asset ID, linked object ID and type to associate them.
Instructions
Create an asset link between an asset and another object.
Args: asset_id: The asset to link (required) linked_object_id: ID of the object to link the asset to (required) linked_object_type: Object type to link to — one of the supported types for asset links (issue, job, prospect, contract) (required) description: Optional description of the link start_date: Optional link start date (unix timestamp) end_date: Optional link end date (unix timestamp)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | ||
| end_date | No | ||
| start_date | No | ||
| description | No | ||
| linked_object_id | Yes | ||
| linked_object_type | Yes |