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

I’m trying to create a report that shows how many jira issues I (and members of my team) worked on in a given time period. These should return as individual results.
I’m using the time dimension (past 4 weeks).
After some additional filters on issue type and label, I want be able to see how many issues each of us worked on per week.
Is this possible?

Also, it’s important to know that these issues move around from assignee to assignee so I’m looking for a count of issues that we touched essentially.

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