---
title: "List available statuses for notification project (via projectId)"
method: POST
path: "/workspaces/notifications/jira/project-statuses"
tags: ["Workspaces - Notifications Jira helper"]
---

# List available statuses for notification project (via projectId)

`POST /workspaces/notifications/jira/project-statuses`

## Request body

- JiraNotification
  - `url` string
  - `connectionType` 'JIRA_CLOUD' | 'JIRA_DATA_CENTER_BASIC' | 'JIRA_DATA_CENTER_ACCESS_TOKEN', nullable
  - `apiKey` EncryptedText
    - `value` string
    - `type` 'PLAIN' | 'ENCRYPTED'
  - `email` string, nullable
  - `boardId` string
  - `issueNameFilter` string, nullable
  - `projectId` string
  - `statusId` string
  - `failTransitionId` string, nullable
  - `passTransitionId` string, nullable
  - `errorTransitionId` string, nullable

## 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/versions/4b624af2cb6e/schema)
