Please see if this gives you the desired results
createdDate >= startOfMonth() AND createdDate <= startOfMonth(3d)
Hi @Jack Brickey :
Thanks for the answer.
again I have a query, how would I get the issues which is created 4 to 7 days of the month.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please explain what you mean by 4 to 7. Do you mean, for example March 4th - 7th? If so...
createdDate >= startOfMonth(4d) AND createdDate <= startOfMonth(7d)
hopefully you see the concept here. I recommend you playing with this to get a feel for the logic/syntax. Also, you might want to reference this article - what-is-advanced-searching-in-jira-cloud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.