Hola Maximilian,
I’d handle this with three separate number fields in Jira Product Discovery: Baseline allocation, Current allocation, and Delta. At the beginning of the planning period, populate the Baseline allocation field with the approved percentage, then treat that field as fixed. Continue updating only the current allocation as priorities and expected values change.
For Delta, create a custom formula that subtracts Baseline allocation from Current allocation. That would give you values such as +10 or -15 without needing to maintain the comparison manually in Confluence. You can also create a second formula for percentage change if that’s useful, although you’ll need to account for a baseline of zero.
Jira Product Discovery’s formula fields are described here.
A list view is probably the clearest native presentation because you can place Baseline, Current, and Delta side by side, then filter or sort by the largest changes. A matrix view could also help compare the current value against another dimension, but it won’t provide a historical trend line on its own.
The important limitation is that Jira Product Discovery doesn’t provide true portfolio baselining or time-series reporting for arbitrary field values. The work item history will show that a value changed, but it won’t automatically turn those changes into a chart showing the portfolio at each point in time.
If the baseline should be captured automatically, you could use an automation rule triggered by a status change, such as Approved or Baseline Set. The rule would copy the current allocation into the baseline allocation only when the baseline field is empty. That prevents later changes to the current allocation from overwriting the original plan.
For snapshots across the whole portfolio, I’d use a scheduled export to Google Sheets, Excel, a BI tool, or Atlassian Analytics if it’s available in your environment. Each export should include a snapshot date, idea key, baseline, current value, Delta, status, and portfolio category. That gives you the historical trend reporting that JPD’s native views don’t currently provide.
Thanks,
James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.