# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
