Can some one help me to input the correct JQL code for the daily ticket created.
I want to display it on our dashboard hourly.
Thanks
You could try the following JQL:
project = "XXXX" and createdDate >= startOfDay ()
I hope it helps you.
Greetings
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are using the Jira dashboard to show these stats, then you can use Created vs. Resolved Chart gadget. You can group created issues by hourly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Created vs. Resolved Chart is not working on us..
maybe you could share for the JQL instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For the next cases when you don't know how to build the right JQL, you can try Dynamic Filter: JQL Replacer for Jira (created by my team). It allows generating requests to Jira without JQL knowledge.
For example, for your question, you can create such a request as in the screenshot.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.