> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tempo.new/llms.txt
> Use this file to discover all available pages before exploring further.

# Issues

> Built-in Kanban for tracking work, with cards that link to branches, PRs, canvases, and docs.

The **Issues** tab is Tempo's built-in Kanban tracker. Cards live in your organization's database, not in a separate SaaS, and they link directly to the artifacts they describe — branches, PRs, canvases, and docs. Agents can pick a card up, run it in a worktree, and open a PR when they're done.

Open it from the **Issues** icon in the left sidebar.

<Frame>
  <img src="https://mintcdn.com/tempolabs/mhsVPkJA5sDhkLjO/images/product/issues/board.png?fit=max&auto=format&n=mhsVPkJA5sDhkLjO&q=85&s=f9c8c5617de8d47e0ac90e12043d75d5" alt="The Issues board" width="3840" height="2160" data-path="images/product/issues/board.png" />
</Frame>

## What's on a card

* **Title and description** — a TL;DR of the work. Detailed requirements belong in a linked PRD.
* **Status** — Backlog, In Progress, In Review, Done. Customizable per board.
* **Assignee** — a teammate, you, or an agent.
* **Links** — branch, PR, canvases, docs, chat sessions. Status of linked PRs (open, merged, failing CI) shows on the card.
* **Labels** — tags for filtering and views.

## Agents can run a card

Assign a card to an agent and it picks the work up:

1. Spins up an isolated git worktree.
2. Reads any linked docs and canvases as context.
3. Makes the changes.
4. Opens a PR and moves the card to **In Review**.

You stay in the loop in the [Chat](/product/chat) tab — review the diff, approve, or send the agent back with feedback.

<Frame>
  <img src="https://mintcdn.com/tempolabs/mhsVPkJA5sDhkLjO/images/product/issues/agent-pickup.gif?s=cb6d725bf77715417869af734a3557ce" alt="An agent picking up an Issue" width="1200" height="675" data-path="images/product/issues/agent-pickup.gif" />
</Frame>

## Views

Filter and group cards by assignee, label, status, or linked artifact. Save views per board so you can flip between "my open PRs," "in review this week," or "everything blocked on design."
