How to report on Number of Issues worked on by assignee for a time period

Hi jpittenger,
Welcome to the eazyBI community!

It’s a bit unclear what you mean by ‘worked on’ or ‘touched’.

If a change in the assignee field is what defines ‘work’ or ‘touch,’ then you could use this formula with a tuple:

( [Measures].[Transitions to issues count],
[Transition Field].[Assignee] )

or

( [Measures].[Transitions from issues count],
[Transition Field].[Assignee] )

The first formula counts issues with transitions to an assignee, while the second counts issues with transitions from an assignee.

If you’re referring to a broader definition, perhaps this discussion could be helpful:

Let me know if there is anything else I can help you with.

Best,
Ilze