---
title: fastly ngwaf workspace alert jira create
summary: Create a Jira alert
url: https://www.fastly.com/documentation/reference/cli/ngwaf/workspace/alert/jira/create
---

Create a Jira alert

## Flags

| Flag | Description | Required | Default |
|------|-------------|----------|----------|
| `--workspace-id` | Alphanumeric string identifying the NGWAF Workspace (falls back to FASTLY_WORKSPACE_ID) | No | - |
| `--host` | Host name of the Jira instance. | Yes | - |
| `--key` | Jira API key. | Yes | - |
| `--project` | Specifies the Jira project where the issue will be created. | Yes | - |
| `--username` | Jira username of the user who created the ticket. | Yes | - |
| `--description` | An optional description for the alert. | No | - |
| `--issue-type` | An optional Jira issue type associated with the ticket. (Default Task) | No | - |
| `--json` | Render output as JSON | No | - |

## Global options

| Flag | Description | Required | Default |
|------|-------------|----------|----------|
| `--help` | Show context-sensitive help. | No | - |
| `--accept-defaults` | Accept default options for all interactive prompts apart from Yes/No confirmations | No | - |
| `--auto-yes` | Answer yes automatically to all Yes/No confirmations. This may suppress security warnings | No | - |
| `--debug-mode` | Print API request and response details (NOTE: can disrupt the normal CLI flow output formatting) | No | - |
| `--non-interactive` | Do not prompt for user input - suitable for CI processes. Equivalent to --accept-defaults and --auto-yes | No | - |
| `--quiet` | Silence all output except direct command output. This won't prevent interactive prompts (see: --accept-defaults, --auto-yes, --non-interactive) | No | - |
| `--token` | Fastly API token, or name of a stored auth token (use 'default' for the default token). Falls back to FASTLY_API_TOKEN env var | No | - |
| `--verbose` | Verbose logging | No | - |

