I'm trying to create a filter to use in a gadget, and need for it to be dynamic vs hard coded dates and need to pull in items that have been created or updated in the last 12 months.
When viewing my options, everything is start of month, start of year, etc. But, am needing to say everything from today - 12 months.
Is this possible? If yes, how do I do this?
I did find how to do this in part of the examples utilized in the documentation. But, haven't found the options.
The examples are located here: http://confluence.atlassian.com/display/JIRA/Advanced+Searching
I added this to my query:
and (created >= "-365d" or updated >= "-365d")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.