What am I supposed to do with current iteration ?
![]() Hi everybody, I am using RTC5 and I sw that we can put an iteration as current iteration. I am looking for what is that for... Can anyone help me please ?
Thanks, H |
Accepted answer
![]() Hugh,
Hugh Cnn selected this answer as the correct answer
|
One other answer
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Jul 26 '17, 3:06 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jul 26 '17, 3:06 a.m. Arne's answer is a major reason, but some other reasons include:
- The current iteration can be used when construction queries, and is used in many of the out-of-the-box queries.
- The current iteration can be used in JRS queries.
- There are some dashboard widgets, such as the Timelines widget that are affected by the current iteration ( https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.jazz.dashboard.doc%2Ftopics%2Fc_widget_types.html )
- There are some menus that mark which is the current iteration (such as the menu for selecting a value for the Planned-For property of a work item).
- A pre-condition can reference the current iteration (example: the built-in Descriptive_Change_Sets Deliver pre-condition).
- The "current work" in the Eclipse MyWork view determines current work from the current iteration.
|