> ## 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.

# Close Problem

Closes the specified problem and adds a closing comment on it.

## Parameters

<div className="integrations-table">
  | Parameter  | Description                      |
  | ---------- | -------------------------------- |
  | Message    | The text of the closing comment. |
  | Problem ID | The ID of the required problem.  |
</div>

## Example Output

```json theme={"dark"}
{
	"closeTimestamp": 0,
	"closing": false,
	"comment": {
		"authorName": "The user who wrote the comment.",
		"content": "The text of the comment.",
		"context": "The context of the comment.",
		"createdAtTimestamp": 0,
		"id": "The ID of the comment."
	},
	"problemId": "The ID of the problem."
}
```

## Workflow Library Example

[Close Problem with Dynatrace and Send Results Via Email](https://library.blinkops.com/workflows/close-problem-with-dynatrace-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/close-problem-with-dynatrace-and-send-results-via-email/canvas" />
</div>
