---
title: "JIRA Webhook - Executes the scenario with the given ID"
method: POST
path: "/runtime/scenarios/jira/{id}"
tags: ["Runtime - Scenarios"]
---

# JIRA Webhook - Executes the scenario with the given ID

`POST /runtime/scenarios/jira/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `subscriptionId` string
- `templateId` string
- `name` string

## Request body

- JiraWebhookInput
  - `user` JiraUser
    - `displayName` string
    - `emailAddress` string
    - `computeName` string
  - `issue` JiraIssue
    - `fields` JiraIssueFields
      - `summary` string

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

---

[API](https://skmtc.net/octoperf/apis/octoperf-api.md) · [All operations](https://skmtc.net/octoperf/apis/octoperf-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octoperf/octoperf-api/revisions/4b624af2cb6e/schema)
