JIRA: find all my logged work for last week

filter, jira

Solution

If you have Script Runner installed, you can use the following query. It will show you the issues only where you have logged work in JIRA.

issueFunction in workLogged("after 2014/09/01 before 2015/01/30 by <USER_NAME>")

Where the dates can be set to the range of the week you want to query, and the USER_NAME can be your username.

Script Runner Documentation

Problem

How would I create a JIRA filter that lists all of the issues on which I've logged time? I can then apply this to the activity stream.

Original source