I'd like to see two things. - For me only it's interesting to see the effective working time on a story to identify some team optimization mechanics.
First I need one filter in Jira that shows all tasks which are planned in a sprint and get closed after more than 5 workingdays (Monday to Friday) - there's no sense to filter out if closed in or out of the sprint.
The second I'd like to see all tasks which are planned in a sprint and get closed after less than 5 workingdays (Monday to Friday).
<-- Actually I use something of this:
(sprint in (xx, xx, xx) AND issuetype not in subTaskIssueTypes() AND resolutiondate >= -5d OR resolution = unresolved) AND summary ne "mytextToFilterOutOfTheSummary"
Hope it is good to understand - thank very much to all of you :)
Have a nice day