I have alot of filters and was wondering is the a way to setup a filter that is based on the current month to automatically change the dates to reflect that? Example: series of filters run and then I want them to show me for the month i am in. Currently i use a Date then select the Between 1/Feb/16 and 29/Feb/16. Is there a way that JIRA would automatically change the date to Between 1/Mar/16 and 31/Mar/16?
It depends of what you want to do. JIRA supports a query like this:
dateField >= startOfMonth()
Is that something like what you want? There are a limited number of additional date functions which allow you to query relative to the current date. The available functions can be seen on this page: https://confluence.atlassian.com/jira/advanced-searching-179442050.html Other more complicated date calculations can be very difficult without 3rd party plugins.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.