# Teams

Teams are Haystack's abstraction layer on top of JIRA & version control.

## Create Team

See all your team members work in a single place to identify risks, blockers & more by creating a team on Haystack. To do so, follow the steps below!

**1. Give your team a name and select your teams JIRA board from the dropdown**

<figure><img src="https://downloads.intercomcdn.com/i/o/923701753/7e1cc8d371276197e4794ed0/Screenshot+2024-01-03+at+6.10.43%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

**2. Select your team members**

Once the board is selected, Haystack will auto-populate your team members. Any member who was assigned, created or reported an issue in the last 30 days inside the board is automatically included in the team. We suggest double checking this list to ensure your team members are setup correctly.

<figure><img src="https://downloads.intercomcdn.com/i/o/923704648/fcf8fb0d7a39b198483e3c83/Screenshot+2024-01-03+at+6.12.52%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

**3. Map your team members Git & Slack**

Haystack will also automatically map your members Git & Slack accounts to JIRA account. You will also now want to manually map any members Haystack could not automatically map.

<figure><img src="https://downloads.intercomcdn.com/i/o/923704648/fcf8fb0d7a39b198483e3c83/Screenshot+2024-01-03+at+6.12.52%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

## FAQ

### Not able to find Git members?

Please ensure the repository is already integrated with Haystack. You can find more information on there[ here](broken://pages/tyikv4B7cbGZu6krkU17)

### Not able to find Slack members?

If you are unable to find Slack members, please integrate Slack first by following the steps [here](/setup/integrations/slack.md)

### Should I create multiple teams? Or one team containing all members?

Create teams which match your working groups. If you'd like to report across teams, this is still possible via [Haystack Reports](https://delivery.usehaystack.io/reports)


---

# 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.usehaystack.io/setup/teams.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.
