---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://sourcecraft.dev/portal/docs/en/cli-ref/src-issue.md
  - https://sourcecraft.dev/portal/docs/ru/cli-ref/src-issue.md
---
> **Documentation Index:** Fetch the complete configuration index at https://sourcecraft.dev/portal/docs/en/llms.txt

# src issue

Manage issues

## Usage

`src issue [flags]`

### Available commands

| Command | Description |
| --- | --- |
| [add-comment](src-issue-add-comment.md) | Create comment |
| [add-label](src-issue-add-label.md) | Add Labels Associates one or more labels with a specific issue. Returns resulting collection. |
| [add-link](src-issue-add-link.md) | Create a link between two issues |
| [create](src-issue-create.md) | Create Issue in Repository |
| [delete](src-issue-delete.md) | Delete Issue |
| [delete-comment](src-issue-delete-comment.md) | Delete Comment Permanently deletes a comment from an issue. This action cannot be undone. |
| [edit](src-issue-edit.md) | Update Issue |
| [edit-comment](src-issue-edit-comment.md) | Update Comment Update a comment |
| [get](src-issue-get.md) | Get Issue |
| [list](src-issue-list.md) | List Repository Issues |
| [list-comments](src-issue-list-comments.md) | List Comments Retrieves comments for an issue |
| [list-links](src-issue-list-links.md) | List Issue Links Retrieves links between this issue and other issues |
| [remove-label](src-issue-remove-label.md) | Remove labels Removes one or more labels from a specific issue. Returns resulting collection. |
| [remove-link](src-issue-remove-link.md) | Remove a link between two issues |
| [status](src-issue-status.md) | My Issues Returns a list of issues that are either assigned to or created by the currently authenticated user. |

### Inherited flags

| Flag | Description |
| --- | --- |
| `--env string` | Override Sourcecraft environment (use 'src envs' to list available) |
| `--json string` | Output JSON, optionally filtered (--json or --json=field1,field2) |
| `--json-compact string` | Output compact JSON, optionally filtered |
| `-R, --repo string` | Select another repository using OWNER/REPO format |
| `-V, --verbose` | Enable debug logging output |

### Learn more

Use `src issue <subcommand> --help` for more information about a command.
