You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core-concepts/cycles.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import Tags from "@site/src/components/Tags";
7
7
8
8
# Manage and track your sprints using Cycles
9
9
10
-
A Cycle is a set period of time where your team focuses on completing specific tasks or issues, similar to sprints in Agile. Each Cycle is flexible, allowing you to prioritize and tackle backlog items at your own pace.
10
+
A Cycle is a set period of time where your team focuses on completing specific tasks or work items, similar to sprints in Agile. Each Cycle is flexible, allowing you to prioritize and tackle backlog items at your own pace.
11
11
12
12
Using Cycles, your team stays organized, meets deadlines, and keeps moving forward efficiently. It’s all about getting things done without the overwhelm!
13
13
@@ -117,7 +117,7 @@ Automate the creation and management of cycles according to predefined configura
117
117
- Cooldown Period — Add an optional buffer between cycles in days for planning and retrospectives.
118
118
- Cycle starts day — Choose the start date for the first auto-scheduled cycle.
119
119
- Number of future cycles — Specify how many upcoming cycles to keep pre-scheduled.
120
-
- Auto-rollover work items — Enable to automatically move incomplete issues from one cycle to the next.
120
+
- Auto-rollover work items — Enable to automatically move incomplete work items from one cycle to the next.
121
121
122
122
Once enabled, the system automatically:
123
123
@@ -145,22 +145,22 @@ This feature provides powerful visualization tools to help you track project cyc
145
145
146
146
### Cycle summary
147
147
148
-
At the top of the cycle view, you’ll see the overall progress percentage. Hover over it to get a breakdown of completed and pending issues, along with the number of days left in the cycle.
148
+
At the top of the cycle view, you’ll see the overall progress percentage. Hover over it to get a breakdown of completed and pending work items, along with the number of days left in the cycle.
149
149
150
150
To the left, there’s a color-coded summary that shows if the cycle is leading or trailing based on the burn-down and build-up. This gives you instant feedback about how things are going and highlights risks so you can make quick decisions and ensure nothing slips through the cracks.
151
151
152
-
The burn-down and build-up charts are straightforward ways to gauge your cycle’s momentum. You can customize them to show progress based on the **count of issues** or **point estimates** for each task, giving you the flexibility to use the metrics that work best for your team.
152
+
The burn-down and build-up charts are straightforward ways to gauge your cycle’s momentum. You can customize them to show progress based on the **count of work items** or **point estimates** for each task, giving you the flexibility to use the metrics that work best for your team.
0 commit comments