# v2.223.0-敏捷场景支持

更新内容：

1. 增加系统工作项类型：用户故事；
2. 系统工作项属性：「预估故事点」赋值方式由自由输入改为斐波拉契数列选择方式；
3. 迭代名称支持设置默认值，且默认值支持通过系统自动计算；

#### ① 增加系统工作项类型：用户故事；

1. ONES Project 中增加「用户故事」工作项类型，帮助契合敏捷研发场景下的需求管理。

![](/files/-MK5HiXkH7TtaMHMvzys)

#### ② 系统工作项属性：「预估故事点」赋值方式由自由输入改为斐波拉契数列选择方式；

1\. 依据敏捷用户故事经典估算方法-斐波拉契数列，系统工作项属性「预估故事点」赋值方式改为下拉选择，以契合敏捷团队的估算习惯。

![](/files/-MK8AlukzPc7UdN5fgEp)

#### ③ 迭代名称支持设置默认值，且默认值支持通过系统自动计算；

背景：在敏捷（特别是 Scrum）研发模式下，往往通过时间盒的方式快速跑迭代，迭代规模较小不一定有明确主题。以自增序号的方式来自动命名新迭代可以省去产品负责人/产品经理为迭代命名的不必要时间。

1. 在【项目设置】-【迭代配置】-【迭代属性】界面中，可选择开启「系统自动累加」默认值模式。

![](/files/-MK5NQBErgNkoe5tOjs0)

2\.  开启后，每次新建迭代时，迭代名称输入框中将自动填入上一个迭代名称，并在末尾自动累加序号如：「示例迭代」-> 「示例迭代01」。

![](/files/-MK5OQEPqO2QenDBwvNI)


---

# 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://guides-ones.gitbook.io/guides/news/news/vx.xxx.x-min-jie-chang-jing-zhi-chi-1.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.
