You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hey,
I user advanced roadmap in order to plan the work of the teams for a quarter. That seems to be one of the targets of such tools as it supports team capacity for example.
My wise is much more humble thought: I would like to be able to sum the value of the numeric fields under a filter (say estimate effort).
That way I will be able to quickly see how much effort was assigned to a Qtr.
Any idea how to do that before trying to do it with a chrome add-on?
BR,
Amir
Hi @Amir Baruch
You can see a roll-up of some data...
If you mean a custom numeric field though, this isn't possible at this stage.
You could...
Ste
Thanks @Stephen Wright _Elabor8_ .Didn't know about that option.
If I understand correctly it rolls up the numbers to the parent ticket: so for example it aggregates the story points of all user stories and shows it on the EPIC level.
I am more interested with knowing how many user stories have been allocated to a release to make sure that I did not exceed the budget.
Is there an option to do that?
I am using the following view:
- Team
-- user story 1
-- user story 2
On the team level I would like to see that sum of all user stories of all user stories that appear under that team with that specific team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Amir Baruch you can achieve these things via JQL and using the "Jira" macro on a confluence page or a dashboard gadget.
i.e.
fixVersion = XXX and "Team[Team]" = 999
set the display options of the macro to "Total issue count"
Or use the Jira roadmap gadget and get a count of issues per Release/s as well as a progress report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! and is there an option to aggregate the total efforts or story points? I mean even with a JQL filter.
I am interested with showing budget (total capacity of the team) vs what is planned (all the items that were allocated to the version)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Amir Baruch
I think for the release allocation question, what @Curt Holley has suggested is the best option - using JQL to highlight this information on a Confluence page or Dashboard will allow you to review it.
In terms of aggregation - I've seen it done using Automation - where teams aggregate the total effort of story points between hierarchical issues (eg. to Epic level).
But to use these values in JQL, either as a column or to query against, it needs to be metadata. This needs to be listed against an Issue - rather than a Release, where additional information cannot be added at this time.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.