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

# Built-in workflows

> Use Upsun Dispatch built-in workflows to turn issues into pull or merge requests and review pull or merge requests.

Upsun Dispatch includes built-in workflows for common development tasks. Use this page as a quick catalog of what each workflow does and what starts it.

<Note>
  Before you use a workflow, connect the relevant integrations and add an organization AI model key. See [Set up GitHub](/dispatch/docs/integrations/github), [Set up GitLab](/dispatch/docs/integrations/gitlab), [Set up Jira](/dispatch/docs/integrations/jira), [Set up Linear](/dispatch/docs/integrations/linear), and [AI models](/dispatch/docs/models).
</Note>

## Workflow catalog

| Workflow                                                | Supported sources                              | What starts it                                                                                                                                                                | What Upsun Dispatch publishes                                                                                                                                                                                                    |
| ------------------------------------------------------- | ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Issue to code](/dispatch/docs/workflows/issue-to-code) | GitHub issues, Jira issues, and Linear issues  | The entire issue body or a single comment is exactly `@upsun-dispatch implement`, with an optional trailing `!`, `.`, or `?`. Issue to code has no automatic mode of its own. | A plan, generated implementation, critic review, pull or merge request when supported by your version control integration, and link-back comment. See [Integrations](/dispatch/docs/integrations) for supported publish targets. |
| [Code review](/dispatch/docs/workflows/code-review)     | GitHub pull requests and GitLab merge requests | Supported pull request or merge request activity when automatic Code review is enabled, or a supported manual review command in a pull request or merge request comment       | Review feedback such as check runs, review comments, merge request notes, commit statuses, and summaries                                                                                                                         |

## Ticketing integrations

Issue to code can use ticketing integrations as issue sources. Connect Jira with [Set up Jira](/dispatch/docs/integrations/jira) or Linear with [Set up Linear](/dispatch/docs/integrations/linear) before starting issue-based work from those tools.

For Jira-triggered Issue to code, include the target repository as `owner/repo` or a full repository URL in the Jira issue description. See [Start from an issue or ticket](/dispatch/docs/workflows/issue-to-code#start-from-an-issue-or-ticket) for details.

## View and manage workflow runs

Use the [Upsun Dispatch console](/dispatch/docs/dashboard) to view repositories, follow runs and logs, rerun eligible runs, inspect results, and adjust workflow settings or repository overrides.

For the workflow settings that control built-in workflows, see [Workflows in Upsun Dispatch](/dispatch/docs/workflows).
