# Epics

{% hint style="warning" %}
This feature is in `beta`\
​\
We’re actively working to improve this feature and we could use your help!

If you have questions, feedback, or requests please message us in Slack or email <support@usehaystack.io>.
{% endhint %}

This article will explain how [Epic page](https://delivery.usehaystack.io/team/epics) works.

<figure><img src="https://downloads.intercomcdn.com/i/o/1015286525/a2cdf373b0d50409d02c6041/Screen+Shot+2024-04-08+at+6_23_51+PM.png?expires=1712595989&#x26;signature=a1545dd1ca5809e0a69a3692d4ee8c1a56ad800db64bbfc6efbdbf89b9de135b" alt=""><figcaption></figcaption></figure>

## Active Epics <a href="#h_ed18a904a7" id="h_ed18a904a7"></a>

When you open the page you can see active epics by default

<figure><img src="https://downloads.intercomcdn.com/i/o/1021885200/00f5c8b9977d88fc0952f63f/Screen+Shot+2024-04-15+at+3_47_34+PM.png" alt=""><figcaption></figcaption></figure>

## Inactive Epics <a href="#h_8ca25f0b89" id="h_8ca25f0b89"></a>

`No worked in last {timeframe}` dropdown allows you to see all other epics inside your teams board.

Changing the timeframe will impact which epics belongs to the *active epics section* vs *inactive epics sections.*

<figure><img src="https://downloads.intercomcdn.com/i/o/1015297029/c998e9ee4bce4d2060461c29/Screen+Shot+2024-04-08+at+6_31_41+PM.png?expires=1712595989&#x26;signature=dcb3756ec6cfa1dd024f51f849c07e9a41ae2c0a0c07903d0b4993727dc0a610" alt=""><figcaption></figcaption></figure>

## Progress Percentages <a href="#h_b9577475bd" id="h_b9577475bd"></a>

For each epic you will see 2 percentages

* **Last 30 days**: Depending on the [timeframe](/features/epics.md)[ ](#h_cb615a49a5)you selected, will show how much of the issues inside the epic has been moved to `done` status category. The title will also change accordingly
* **In total:** Shows how much of the issues inside the epic has been moved to `done` status category.

<figure><img src="https://downloads.intercomcdn.com/i/o/1021880109/ce2b3591192d4e00049ea828/Screen+Shot+2024-04-15+at+3_43_40+PM.png" alt=""><figcaption></figcaption></figure>

**Note:**

* The %'s will include all issues, not just the issues completed by your team. You can [see which issues where contributed by whom](https://cdn.zappy.app/edbf865a0ddbfbb885612b729fa52f65.png) by [drilling down](#h_d1f8e5b06b).

## Issues inside Epic <a href="#h_d1f8e5b06b" id="h_d1f8e5b06b"></a>

You can click the bars and see what's

* **Blue**: Completed "before" this time frame
* **Green**: Completed "during" this time frame
* **Gray**: Not completed

<figure><img src="https://haystack-cf20ab244ac6.intercom-attachments-1.com/i/o/1015302895/de119184fa7b11bdfcc18487/2f6038d6f549a28d64f0d73d9e31282d.gif?expires=1712595989&#x26;signature=62df02f8479549c3705b57443f19619e19e7728757c1e5528f62b4686bd10c6c" alt=""><figcaption></figcaption></figure>

**Note**:

* You can [update the metadata](https://cdn.zappy.app/295f8376b4bbffd85a6bbe89107f2b53.png) shown inside the modal by clicking the view dropdown
* If multiple teams have contributed to the epic, you can [see which issues where contributed by whom](https://cdn.zappy.app/edbf865a0ddbfbb885612b729fa52f65.png)

## Date Filter <a href="#h_cb615a49a5" id="h_cb615a49a5"></a>

You can select different timeframes.

The following options are available.

* Last 7 days
* Last 30 days
* This week
* This month
* This quarter

<figure><img src="https://haystack-cf20ab244ac6.intercom-attachments-1.com/i/o/1015302868/2a1bf0a01ff74e45cca0b890/50725fc38de717f8af0580888fc1e3ab.png?expires=1712595989&#x26;signature=d2d424c5c37f17dafdba729be2542deaef10e2599c57968ba3f527491f68d476" alt=""><figcaption></figcaption></figure>

***

## FAQ <a href="#h_73f3bbcadb" id="h_73f3bbcadb"></a>

### What epics are shown? <a href="#h_5b12d4a486" id="h_5b12d4a486"></a>

The epics are shown based on [team board setting](https://cdn.zappy.app/77cc8f753e562b0bd99ecc4d90668cf6.png).

Haystack gets all the epics in your board ([timeline in Jira](https://cdn.zappy.app/29e013f8de64d8b2efb4687c62cbfc2d.png)). Team member filters do not have impact on the epics being shown. However, team members will have impact on the drill-ins [to see which issues where contributed by which team](https://cdn.zappy.app/edbf865a0ddbfbb885612b729fa52f65.png).


---

# 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/features/epics.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.
