Two quick questions:
First, how do I create a filter that returns issues which I have touched in some manner in the last 24 (or x) hours?
Second, is there a general way, slightly structured, to find search strategies on this site? I may have provided my own answer by creating the 'issues-searching' tag which, bizarrely, did not exist already.
If your aim is to just know the list of things your have done in past 24hours rather than actually dumping the issues from a filter, then the Activity stream may become handy for you.
http://confluence.atlassian.com/display/JIRA/Managing+your+User+Profile
The gadget also may be of use
http://confluence.atlassian.com/display/JIRA/Adding+the+Activity+Stream+Gadget
The Activity Stream will give me what I want. It seems strange that something that so clearly should be easily available as a filter is not. Or at least, it does not seem to be obvious how to do the search.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
(updated > "2014/06/01" AND updated < "2014/07/01") AND (reporter was currentUser() or comment ~ myActiveSession())
This lists all issues for the month of June 2014 that were reported by me during that month or added a comment to for that month.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.