Which command to use to get the first and last date of the month as a range of issues?
Example:
01.04.2019. - 30.04.2019.
01.05.2019. – 31.05.2019.
Which command to use to get a written date that I exported the report?
Hi @Marko Ivešić ,
you can use startOfMonth() and endOfMonth() in order to use those dates as part of your query( https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html ).
You can also add a parameter to that function to move into a specific month.
Example : created>startOfMonth(-1) and resolved<endOfMonth(-1)
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.