I need to go back and look at some events in August-October 2010. We use JIRA for issue tracking.
Is there a way in JIRA to look at my "activity stream" for this timeframe?
I need to go back and look at some events in August-October 2010. We use JIRA for issue tracking.
Is there a way in JIRA to look at my "activity stream" for this timeframe?
The Activity Stream gadget can be configured with a filter by username. Since activity includes comments, this generally yields a list of comments by that user. Note that this requires a case-sensitive username, not the friendly Display Name.
assignee = currentUser() and updated > "2010/08/01" and updated < "2010/10/31"
Should work.
EDIT: This is to be placed in the "Custom Filter" query box.
Use Issue Navigator and search your name for issues between the dates, check the comments flag
What about a hammer:
updated > -365d AND (watcher = currentUser() OR assignee = currentUser() OR assignee was currentUser() OR creator = currentUser() OR reporter = currentUser() OR comment ~ currentUser() OR text ~ currentUser() OR summary ~ currentUser() OR description ~ currentUser()) ORDER BY updated DESC
The HP/Palm Jira Search Plugin has this:
Also has nice Complex Search UI: