The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Joel Davey
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
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
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 4, 2017

Awesome, thanks Nic, great suggestion smile