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.
How do I filter the default calculated member "Open Issues" by a specific status?
I want to show all Issues that were either in status1 or status2 at each week in the past.
On example, if I had 3 open Issues in status1 and 2 open issues in status 2 at week 45 in 2019 I want to see 5 as a result for that week.
The following calculated member only gives me the right result for the last, respectively actual week:
([Measures].[Open Issues], [Status].[status1])
+ ([Measures].[Open Issues], [Status].[status2])
Is there a way to get the number of Issues, that were in one of the statuses for each week?
Allready figured it out. The following code gives me the results i want:
([Measures].[Issues history],[Transition Status].[status1])+
([Measures].[Issues history],[Transition Status].[status2])
Hi All, We’ve heard you when you said that it takes too long to make changes to multiple issues - given that you’ll have to open them one by one to make changes. With this release, we are addressin...
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.