Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

First and last date of the month and date of making

Marko Ivešić
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 27, 2019

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?

 

1 answer

2 votes
Fabio Racobaldo _Herzum_
Community Champion
May 27, 2019

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

Suggest an answer

Log in or Sign up to answer