Can someone assist in building a filter?

Andrea Brown June 7, 2021

I need a filter that will allow me to see per user a summary of Estimated and Actual Hours by Sprint.  The data is all in JIRA, but I need an easy way to pull this for pre and post sprint activities.

Thanks is advance for all of your assistance.

1 answer

0 votes
Moses Thomas
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 7, 2021

@Andrea Brown  If you have the script runner plugin for JIRA,  you could do something like this 

project = "ABC" and issueFunction in aggregateExpression("Total Estimate for all Issues", "originalEstimate.sum()", "Remaining work", "remainingEstimate.sum()") AND Sprint in openSprints()  AND assignee = currentUser()

We also have function like closedSprints(), futureSprints()  for usage. In aggregate expression you can also use  timespent.sum() ;  total time spent on all issues.

I hope it helps

Kind regards,

Moses

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events