You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I need to develop a cumaltive bar chart over time (weekly) for the number of issues assigned to a specific [Fix Version] within a week.
Using:
Rows: Time Dimension, All hierarchy level members, weekly, week
Columns (user defined):
(1) Measures.[Count in Version]:
Aggregate({
[Fix Version].CurrentMember }
)
(2) Measures.[Cumulative Bugs in Release]:
CoalesceEmpty(NonZero(Sum(
-- time periods from start of time to current period
{ Generate(StripCalculatedMembers(
Ascendants([Time].CurrentHierarchyMember)),
IIF([Time].CurrentHierarchyMember IS
[Time].CurrentHierarchyMember.FirstSibling, {},
{ [Time].CurrentHierarchyMember.FirstSibling:
[Time].CurrentHierarchyMember.PrevMember } ) ),
[Time].CurrentHierarchyMember
},
-- expression to aggregate
[Measures].[Count in Version]
)),
-- show 0 only when any activity in current period
CASE WHEN NOT IsEmpty(
[Measures].[Count in Version]
) THEN 0 END
)
The chart that is produced shows the issue count for issues created in a week that have been assigned to a specific [Fix Version].
How can I access/reference the date an issue was assigned to a Fix Version?
Robert
G’day everyone! Super exciting news coming from the Marketplace. We have now fully rolled out the ability for end-users to submit app requests to admins directly from within the product! No longer ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events