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

Parameters

ParameterDescription
MessageThe text of the closing comment.
Problem IDThe ID of the required problem.

Example Output

{
	"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

Preview this Workflow on desktop