I need a filter to provide me with issues that have a duedate from current day back to first of the previous month. I keep getting dates further back. I currently see JIRA due date in the dd/mm/yy format. I am on version v7.11.0 Attempting to use the startOfMonth and/or startOfDay for this filter.
Hello,
Your JQL query would look like this:
due > endOfDay(-1M)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.