I am trying to get a measure that will represent all the time spent on an issue regardless of the current context. For example, I would like to have a report of issues closed in a sprint where I can view issues in the sprint with the total time spent on the issue. We also have cases where time may be added without the issue being in a sprint.
So basically, I need to sum all the Hours Worked on an issue regardless of the current context (Sprint, Time, etc)