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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.