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

# Create Incident Status Update

Create a new status update for the specified incident.

An incident represents a problem or an issue that needs to be addressed and resolved.

For more information see the ![API Concepts Document](https://developer.pagerduty.com/api-reference/ZG9jOjI3NDc5Nzc-api-concepts#incidents).

## Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                       |
  | -------------------- | --------------------------------------------------------------------------------- |
  | ID                   | The ID of the resource.                                                           |
  | Message              | The message to be posted as a status update.                                      |
  | Request Issuer Email | The email address of a valid user associated with the account making the request. |
</div>

## Example Output

```json theme={"dark"}
{
	"summary": "Response Example",
	"value": {
		"status_update": {
			"created_at": "2013-03-06T15:28:51-05:00",
			"id": "PWL7QXS",
			"message": "The server fire is spreading.",
			"sender": {
				"html_url": "https://subdomain.pagerduty.com/users/PXPGF42",
				"id": "PXPGF42",
				"self": "https://api.pagerduty.com/users/PXPGF42",
				"summary": "Earline Greenholt",
				"type": "user_reference"
			}
		}
	}
}
```

## Workflow Library Example

[Create Jira Ticket from Pagerduty Incident](https://library.blinkops.com/workflows/create-jira-ticket-from-pagerduty-incident)

<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/create-jira-ticket-from-pagerduty-incident/canvas" />
</div>
