If all our Project Areas have the same iteration structure, is there a way to keep the current iteration in sync between Project Areas and to automatically switch the "Current" iteration based on the iteration's start and finish date?
I think this is what I'm after, thanks! Please confirm, for the configuration, I'm not sure the purpose of the "Iteration Search Entry Point" parameter... I'm assuming from the README that it is searching somehow for iteration names and using that to check the start/end of each iteration. If the start/end of that iteration falls within the current date, then it switches the iteration?
We do not use Agile terminology for iterations, we use year, quarter and week. So if I set the "iteration Search Entry Point" to WK will this be correct? Can I use wild card? e.g. WK ?
I'm not a software developer, but looking at the code, it seems to be driven by the "getDevelopmentLines" method which are the timeline, which answers my questions above, however but I can't find anywhere that says whether this returns the timeline's name or the timeline's identifier. I have change the timeline's name on several projects several times, but I'm not able to change the timeline's identifier in the Web UI. Please can you clarify?
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPERNov 02 '20, 8:06 a.m.
Glyn,
Stefan is not the developer of that tool, he was just aware it exists. I am not sure if he knows how to configure it.
The tool has to find the Development Line and then the nested iterations. I would suggest to use the following syntax:
DevelopmentLineName;RootIterationName;NestedIterationName;...
I would assume that the iteration names are probably a prefix of the real iteration names. If not, I would check if this uses the iteration type to find the interations.
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means.
Learn more here.
Comments
Stefan Oblinger
Oct 22 '20, 12:43 a.m.1 vote
Glyn Costello
Oct 27 '20, 6:31 a.m.Glyn Costello
Oct 30 '20, 7:35 a.m.Glyn Costello
Nov 02 '20, 7:05 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 02 '20, 8:06 a.m.