I am using Postman to get all the issues created today in jirra
How to do it with jql
SQL is a horrid way to ask questions of Jira.
JQL though, easy. Use
created > startOfDay()
Or created >= startOfDay is safer for issues created at 00:00.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.