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

# Triage your issue tracker autonomously

> Connect your team's issue tracker — GitHub, GitLab, Jira, or Linear — pull its backlog into MyaiOne for Development, group the related issues, and let a server-side pipeline turn each into a reviewed pull request. GitHub is the worked example here; the others connect the same way.

<img src="https://mintcdn.com/myaione/TueutcI5avAD5SWt/images/image27.png?fit=max&auto=format&n=TueutcI5avAD5SWt&q=85&s=22c42143db95b72eddcd6459f000b731" alt="Image27" width="1999" height="750" data-path="images/image27.png" />

## The scenario

Your team tracks work in an issue tracker — GitHub, GitLab, Jira, or Linear — and the backlog keeps growing. You want MyaiOne for Development to pull those issues in and work the routine ones down automatically, so you spend your time reviewing results rather than implementing each one by hand. This walkthrough connects a tracker (GitHub here), groups the backlog, and hands it to an autonomous pipeline that produces pull requests.

***

## Step 1: Connect your issue tracker

Open **Settings → Project Settings**, where MyaiOne for Development provides issue-tracker integrations for **GitHub**, **GitLab**, **Jira**, and **Linear**. Open the one your team uses — **GitHub** in this example — and connect it so your repository's issues sync into MyaiOne for Development.

This same Settings page is where the **Autonomous Pipeline's Configure** action leads: the pipeline draws its issues from the tracker you connect here, so connecting your tracker is also what sets the pipeline up. Once connected, your issues flow into the GitHub Issues view automatically.

<Tip>
  **No migration required.** You don't move your work anywhere. MyaiOne for Development reads issues from the tracker you already use, so the team keeps working where they always have.
</Tip>

<img src="https://mintcdn.com/myaione/TueutcI5avAD5SWt/images/image16.png?fit=max&auto=format&n=TueutcI5avAD5SWt&q=85&s=4fe13b31f6448b7d34d0c9ebc104ee49" alt="Image16" width="1999" height="1112" data-path="images/image16.png" />

***

## Step 2: See your issues in one place

Open **GitHub Issues** from the sidebar. MyaiOne for Development lists the open issues synced from your connected repository with a count of how many are open; select any issue to view its details. This page is also where the **Analyze & Group Issues** action and the **Autonomous Pipeline** live.

<img src="https://mintcdn.com/myaione/TueutcI5avAD5SWt/images/image13.png?fit=max&auto=format&n=TueutcI5avAD5SWt&q=85&s=65b0995d1113d8909dd989445d308b26" alt="Image13" width="1999" height="1112" data-path="images/image13.png" />

***

## Step 3: Analyze and group related issues

Rather than working through a long list one by one, use **Analyze & Group Issues**. MyaiOne for Development analyzes your open issues and clusters related ones together, so you can see the themes in your backlog and tackle related work as a batch instead of in isolation.

<img src="https://mintcdn.com/myaione/TueutcI5avAD5SWt/images/image2.png?fit=max&auto=format&n=TueutcI5avAD5SWt&q=85&s=06fc3ca6a2848604b28a4273b5bdb461" alt="Image2" width="1999" height="1112" data-path="images/image2.png" />

***

## Step 4: Let the autonomous pipeline run and review the pull requests

With a tracker connected, the **Autonomous Pipeline** works the backlog down on its own. It's a server-side workflow that takes matching issues all the way to a pull request: it matches issues, drafts a spec, writes the code, opens a PR, and then auto-fixes until the build is green — all without you driving each step.

Your role shifts to review: each result arrives as a pull request you review and merge through your normal flow, and which also appears on the **GitHub PRs** page in MyaiOne for Development.

<Tip>
  **Server-side means hands-off.** Because the pipeline runs server-side, it keeps working through the spec → code → PR → fix loop on its own. You don't need to keep a terminal open or drive each step.
</Tip>

<img src="https://mintcdn.com/myaione/TueutcI5avAD5SWt/images/image19.png?fit=max&auto=format&n=TueutcI5avAD5SWt&q=85&s=926724b9458c640843f4db4e12428ccc" alt="Image19" width="1306" height="108" data-path="images/image19.png" />

***

<Check>
  Starting from the backlog in your existing tracker, MyaiOne for Development grouped the related issues and ran an autonomous, server-side pipeline that turns each into a pull request and fixes it until green — leaving you to review and merge rather than implement from scratch. GitHub is shown here; GitLab, Jira, and Linear connect the same way.
</Check>
