How I can filter list of all issues created in a particular month say january.(not by createdDate)

Asiya Shajahan June 14, 2022

How I can filter list of all issues created in a particular month say january.(not by createdDate).

1 answer

2 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 14, 2022

Your question is nonsense.

The only way to filter for issues created by date is to use the createdDate.  That's what it is for.

The filter you are looking for will be based on the two JQL functions that work with the beginning and end of the month.  

At this time (June) and assuming your January is the last January we had, I would build a query:

Created >= startOfMonth(-5) and Created <= endOfMonth(-5)

Suggest an answer

Log in or Sign up to answer