# Feature backlog

In an agile environment, you want to plan just-in-time. Nevertheless, some preparation is still needed in order to have an efficient Program planning meeting:

* Create features
* Prioritize the features
* Select features for the next period
* Break down features in stories

More information on how to do that can be found on this page.

### Create features

Features contain major business functionality.

To create a Feature:

* Click on the ***Create*** button in the top menu bar
* Select the **project** of the feature
* Select ***Epic*** as issue type (in Jira, features are encoded as epics)
* Fill in the *Epic Name* and *Summary*
* Click on the ***Create*** button\ <img src="/files/FRGR9Me9eTNfiGYFSdpb" alt="" data-size="original">

### Prioritize features

The Product Manager defines the priority of the features within a program.

This priority is visible in a **Kanban board**. High priority features are on top of the list, lower priority near the bottom.

### Add a feature to a period (program increment)

Usually a feature backlog contains too many features to be taken up in one period. A selection of features for the next Period (Program Increment) is done by the business (Product Manager usually) .

To add a feature to a period (program increment):

* Open the Program (release train) and Period (program Increment)
* Navigate to the plan view
* Click on ***Add epic*** (top right of screen)<br>

  <figure><img src="/files/SzQCfz4bzNxyeG1ftnvs" alt=""><figcaption></figcaption></figure>
* Select the features. You can bulk import features via the import tab.

<figure><img src="/files/SIBeRyHT1nR7uikI5RoQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FhqCm0mwCjZlUxVA2siK" alt=""><figcaption><p>Use the import tab to bulk-import epics (features) in the program increment</p></figcaption></figure>

### Remove a feature from a period (program increment)

To remove a feature from a program increment, click on the '**X**' remove button on the issue in the plan view.&#x20;

<figure><img src="/files/PcVvofImL7HnkNxFisc8" alt=""><figcaption></figcaption></figure>

### Break features down into stories

Teams prepare themselves for the Program (PI) planning. They define stories (bugs, spikes, ..) for the features.

To create a story and link it to a feature:

* Navigate to the team in the plan view
* Click on "***Create issue***"\
  ![](/files/FOUTnFLXzbkMdjwCMEWR)
* Fill in the summary and mandatory fields, and click on *Create*

<figure><img src="/files/Gxb07VVqF6WZuBqFdH2N" alt=""><figcaption></figcaption></figure>

Note: the fields displayed in this form are based on the filter used to define the scope of the team (and optional additional Program issue and Period issue filters).


---

# 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://docs.ativo.io/preparing-for-a-pi/feature-backlog.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.
