I'm working on developing a filter in JIRA using JQL that can allow me to pull from all of the projects my team is working on.
What we would like to be able to do is be able to search using VersionMatches("")
. Using VersionMatches we would like to be able to search for just the Month and Year for each month. What we currently have is it set up like this
2.9.4(5/21/2013)
Is it possible to search only month and year and skip over the day portion?