The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I like JQL and I use every day in my job for all. I use Jira for all situations, not only for develop software, but also for NOT IT situation, like classify invoices, my equipment (laptop, mobile, printer, virtual server, etc) and I use JQL for:
JQL is used everywhere in Jira and this is a must-know feature every Jira NInja User have to know.
In several situation, we can work with date fields and ... problems starts.
we look for all the tickets created after May 8, 2018, we will find several. However, if we look for it with strict equality, then we can find nothing. the reason is : in date fields data is stored with time.
To get the data with equality, you must make a small .... "trick":
created >= '2018/05/28' and created < '2018/05/29'
don't worry. Take a look in my Italian blog or o MrAddon Blog.
Fabio Genovese
craftsman - Artigiano
Freelance - Artigiano del Software
Bologna
8 accepted answers
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
2 comments