> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
$schema: https://holocron.so/frontmatter.json
title: "Issues Resolve"
description: "Mark an issue as resolved."
icon: lucide:bug
---

# issues resolve

Mark an issue as resolved.

Sets the issue status to 'resolved' in otel\_issue\_state. Resolved issues
are hidden from the default 'strada issues list' output. Use --status all
or --status resolved to see them. Reopen with 'strada issues unresolve'.

## Usage

```sh
strada issues resolve <fingerprint>
```

## Arguments

| Argument        | Required | Description |
| --------------- | -------- | ----------- |
| `<fingerprint>` | Yes      | fingerprint |

## Options

| Option                 | Default | Description                                      |
| ---------------------- | ------- | ------------------------------------------------ |
| `-p, --project [slug]` | -       | Project slug override (defaults to folder setup) |
| `--org [name-or-id]`   | -       | Organization override (defaults to folder setup) |

## Global Options

| Option          | Default | Description            |
| --------------- | ------- | ---------------------- |
| `-h, --help`    | -       | Display this message   |
| `-v, --version` | -       | Display version number |
