---
title: "KB : Estimating issues from multiple projects"
canonical: "https://support.appfire.com/space/SUPPORT/607323138/KB%20%3A%20Estimating%20issues%20from%20multiple%20projects"
format: markdown
---
It’s possible to estimate issues from multiple projects using Agile Poker for Jira. 

> 📝 This is only possible for Company Managed Project (Classic Projects) as Team Managed (Next-Gen) does not have the possibility of configuring the boards.

To achieve that, you will need to have a board that contains multiple projects:

## Edit the Filter for your Board

This is the simplest of the methods: you just need to edit the board filter to include other projects. But make sure the same field is being used for estimation (IE: Story Points).

Start by going to the **Board settings**:

![image](media://bad68a2a-4867-4c92-96a7-13751c7ebee5)

There, click **Edit Filter Query**:

![image](media://6b3613ec-01d2-4bca-9d15-ea5f46ee47da)

Notice that for this example, the current filter is:

```
project = AWD ORDER BY Rank ASC
```

To include more projects, we need to edit this and switch from `project = ` to `project in`:

```
project in (AWD, MARS, SAT) ORDER BY Rank ASC
```

![image](media://e93b9b2c-63e6-49cf-8bf1-beadc924a31f)

Don’t forget to click **Save**.

Upon returning to the board, you will have issues from all the projects that were included in the filter. And you are ready to estimate!

![Interactive Session with issues from multiple projects](media://032fa6b7-e085-4080-ab27-437ee9cf1cca)

## Create a new board

If modifying the filter is not possible for whatever reason, you can instead create a new board for estimating issues from multiple projects:

Go to [https://your-site.atlassian.net/ira/boards](https://your-site.atlassian.net/ira/boards) and click **Create Board.**

Then select Scrum or Kanban, for this example, we’ll pick Scrum:

![image](media://040ec0c8-9107-4b5c-9d6a-f2671040f326)

And select **Board from an existing project** and in the next screen, give it a **Name** and choose the projects:

![image](media://7a9c2be4-a5c6-46e5-bb19-c150f10b9455)

After clicking on **Create board** you will be taken to your newly created board with issues from all the projects.

You are ready to start estimating!

![image](media://9a645c05-8c7a-40db-ac91-bff176321b09)