Any way of displaying Assigned to Me but filtered by a specific Sprint?

Joel Davey January 4, 2017

This question is in reference to Atlassian Documentation: Adding the Assigned To Me Gadget

Hi guys,

I'd really like this gadget to be filterable by Sprint if at all possible.

Use case: I'm making a dashboard specific to a sprint, so I only want to show users the tasks they have pertaining to that sprint.

Is there a way to do this using an existing Gadget, or would a new one be required?

Thanks

1 answer

1 accepted

2 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 4, 2017

No, the gadget really is a basic "assigned to me".  It's actually pretty much the same code as the "filter results" gadget though, it just hard-codes the filter in use to "assignee = current user".

If you add a filter results gadget instead, you can use any saved filter you want, so "assignee = current user and sprint = X" would be a start, although I'd be tempted to investigate the JQL sprint functions more and use maybe "sprint in openSprints()"

Joel Davey January 4, 2017

Awesome, thanks Nic, great suggestion smile

Suggest an answer

Log in or Sign up to answer