> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Issue Investigation Status

Update issue's investigation status.

<Note>
  External Documentation

  To learn more, visit the [CyCognito documentation](https://api.platform.cycognito.com/v1/docs/index.html#/Issues/put_v1_issues_issue__issue_instance_id__investigation_status).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                                                                                                                                             |
  | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Investigation Status | The new investigation status to be updated.                                                                                                                                                             |
  | Issue Instance ID    | The ID for a specific issue occurrence on an asset to be retrieved. Can be obtained from the `List Issues` action.<br />**Note** - Make sure to insert the instance ID **Without** the `issue/` prefix. |
</div>

## Example Output

```json theme={"dark"}
{
	"failed": [
		"string",
		true,
		0,
		"string",
		"string",
		[
			"string"
		],
		{
			"additionalProp1": "string",
			"additionalProp2": "string",
			"additionalProp3": "string"
		},
		"Unknown Type: null"
	],
	"updated": [
		"string"
	]
}
```

## Workflow Library Example

[Update Issue Investigation Status with Cycognito and Send Results Via Email](https://library.blinkops.com/workflows/update-issue-investigation-status-with-cycognito-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/update-issue-investigation-status-with-cycognito-and-send-results-via-email/canvas" />
</div>
