Hi @Pourna Radha-Burhoo ,
I don't know if I understood your requirement. But if you need issues assigned during the day, I think this might help :
assignee WAS EMPTY BEFORE startOfDay() AND assignee is not EMPTY
First thing: Jira queries with JQL return issues, not issue counts. You may get the count by querying the issues and looking at the results.
Next, would you please clarify what you mean? That will help the community to offer suggestions. For example, do you mean:
JQL operators to help you answer such questions are the CHANGED and WAS operators, which you may learn more about here: https://support.atlassian.com/jira-software-cloud/docs/jql-operators/
You can also learn how to answer such questions with this free training from Atlassian: 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 could use:
assignee CHANGED AFTER startOfDay()
^ This would provide all Issues which have had the Assignee changed (in any way) since the start of the day, based on the current day.
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ste Wright ,
The assignee changed does not necessary mean that the issue was not already assigned to someone else.
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.
Hi @Ste Wright ,
I think @Pourna Radha-Burhoo is looking for issues assigned for the first time during the day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, got yourself and Swarna mixed up there!
If it's different to what is needed, I'm sure they'll let us know :)
Ste
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.