Hello everyone! I'm trying to find tasks with JQL that was in the waiting status (today, yesterday, etc.)
I would appreciate any help. Thank you.
Hello Oliver,
The JQL you are looking for is something like this:
status changed FROM "Waiting for customer" DURING (-1d, now())
Where the key is "change FROM" and DURING(-1d, now()) to determine the time windows. There is a lot of modifications to this JQL to match what you need but I think it covers the basics, hope it helps you out.
Best regards,
Nico.
@Nicolas Tagle Hi!Thank you for help! It's worked!Have nice day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome!, you too, take care!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First day:
project = "your project" AND status changed TO "Waiting" DURING (startOfDay(), now() )
Second day:
"your project" AND status changed TO "Waiting" DURING (-1d, -1d)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alex
You can use a JQL proposed by @Nicolas Tagle if it meets your needs
But if I understand you correctly, you would like to display time in status data for tasks with JQL, wouldn't you?
If so, I recommend you try some apps from the Atlassian Marketplace
Hope you find the one that fits your needs the best
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Karolina Wons_SaaSJet Hi! Thank you!
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.