> For the complete documentation index, see [llms.txt](https://help.swarmia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.swarmia.com/settings/team/sprints.md).

# Sprint configuration

When you [configure Jira issue ownership mappings](https://github.com/swarmia/knowledge-base/blob/main/getting-started/configuration/broken-reference/README.md), Swarmia will automatically select a board that has Sprints and enable sprint activity tracking.

If your board is not automatically selected or you need to change the board for your team, you can go to [Team issue settings](https://app.swarmia.com/settings/team/issues), click "Track sprint activity" and select the correct Jira board for your team.

<figure><img src="/files/m3jyP85lq54v7qWeNvIq" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
After configuring the Sprint, you can now go to [Swarmia sprints](https://app.swarmia.com/sprints) and read further at:

* [Sprints](/features/focus/sprints.md)
  {% endhint %}

#### Private Jira boards

If your Jira board is private, Swarmia cannot access sprint data from it. Private boards will be indicated with a lock icon (🔒) in the board selector.

To use a private board with Swarmia change the board's permissions in Jira to allow organization-wide access.

### Troubleshooting

If you can't find the board in the selection list, make sure your Jira board filter has organization-wide permissions, allowing the Swarmia app to sync your board.

Please reach out to us at <hello@swarmia.com> if you experience any issues with the sprint configuration.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.swarmia.com/settings/team/sprints.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
