Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions integrations/jira.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Assign Jira tickets to Tembo and turn them into PRs.
# Features

- Add the "Tembo" label to issues to trigger analysis
- Use `tembo/{repo-name}` labels to target specific repositories
- Click provided links to view coding sessions and create PRs

# Installation
Expand Down Expand Up @@ -69,6 +70,10 @@ Add the "Tembo" label to any Jira issue you want Tembo to work on. Once labeled,
3. **Comment with updates** - Provide progress updates and a link to view the session
4. **Create pull requests** - Submit code changes as pull requests when ready

## Targeting a Repository

To specify which repository Tembo should work in, add a label with the format `tembo/{repo-name}`. For example, `tembo/frontend` targets your "frontend" repository. When multiple `tembo/` labels are present, Tembo uses the first matching enabled repository.

## Status Updates

Tembo keeps you informed as it works on your Jira issues:
Expand Down