As per JIRA documentation
http://www.atlassian.com/software/jira/docs/latest
The following filter will show the issues opned by me (Current User).
reporter = currentUser()
Is there a filer that will show issues commented by me? something like the following does not work…
comment by = currentUser()
This is the query to know the issues I am involved in:
This is the query to know all issues raised in the last 24 hours.