I want to get the list of defects raised today.
Hi @Selvalakshmi Suyambulingam
Below is the basics of what you would need. From there you can expand the query, but below will get you everything created from the start of the day.
created >= startOfDay()
Hi @Selvalakshmi Suyambulingam ~ welcome! This should work:
issuetype = Defect and created >= startOfDay()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Selvalakshmi Suyambulingam -- Welcome to the Atlassian Community!
In addition to the posts of example JQL for your question, please review this free training and documentation to help create queries like you asked about.
https://university.atlassian.com/student/path/849533-gain-project-insights-through-jql
Kind regards,
Bill
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.