The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How I can filter list of all issues created in a particular month say january.(not by createdDate).
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)
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.