This will also show them in descending order, which will give you the most recently created issues first.
reporter = <username> order by created DESC
reporter in (inactiveUsers())
text ~ "thing to search for"
project = "Project Name" AND text ~ "something"
issuetype = Bug AND issue in linkedIssues(PROJECT-1234)
For example, if you create a bug that should be a task, you can do the following:
Resources:
If your description keeps getting screwed up after you save something you’ve change in the description, be sure to click the Edit button instead of editing it inline.