Soliditech icon

Soliditech

Consume Soliditech API (v.0.2.10)

Overview

This node operation updates sub-tasks in the Soliditech system via the Soliditech API. It allows users to specify the sub-task ticket number and the fields to update either as individual parameters or as a JSON object. This operation is useful for automating updates to sub-tasks in project management or service delivery workflows, such as changing the status, priority, or other metadata of a sub-task.

Use Case Examples

  1. Updating the status and priority of a sub-task identified by its ticket number.
  2. Providing all update parameters as a JSON object for bulk or complex updates to a sub-task.

Properties

Name Meaning
JSON Parameters Whether to provide update parameters as a JSON object instead of individual fields.
Parameters JSON The JSON object containing update parameters when JSON Parameters is true.
Sub Task Ticket Number The identifier of the sub-task to be updated, e.g., 'XDS259116-1-2'.
Update Fields The fields and their values to update on the sub-task when JSON Parameters is false.
Simplify Output Whether to simplify the output data returned by the node.
Simplify Path The path to the property in the response to return when simplifying output.

Output

JSON

  • result - The main result object or array returned from the API after updating the sub-task.

Dependencies

  • Soliditech API (requires API key credential)

Troubleshooting

  • Ensure the 'Sub Task Ticket Number' is correctly specified and exists in the system to avoid errors.
  • If using JSON Parameters, verify that the JSON is a valid flat object; otherwise, the node will throw an error.
  • Check API credentials and network connectivity if the request fails to reach the Soliditech API.
  • If the output is not as expected, try toggling the 'Simplify Output' option and adjusting the 'Simplify Path' to extract the desired data.

Links

Discussion