Content
You are here:
Rollover work packages from version
Added by Michael Yu 10 months ago
I was wondering if there was a way to track work packages that were moved from one version to another?
For example, we would like to see how many WPs we initially committed to for the version but didn't touch and were moved over to the next version. From there, I would like to see the amount of tickets that were moved over compared to what was committed to at the start of the version before they were moved over.
Replies (1)
Hi Michael!
What you describe sounds like a report you would like to see that offers that kind of insight (I can see yourself being spoiled by JIRA Release Reports ;-)). The one way I can imagine this being done in OpenProject is to create a user-defined field "Original Version" (choosing "Version" as the field type/format). Then, when assigning a version, for the first time, you would set in both fields. In the Enterprise Edition, you might even be able to automate this (per work package) with user-defined actions.
Your analysis could then be a search with the filters set accordingly (i.e., Version = <your current version> AND Original Version != <your current version>).
HTH!