My brain is bent around trying to create JQL for: status = "closed" and status changed BEFORE ... a specific date.
What am i missing?
Hello @Ryan Fish,
you mean like this for example?
status = Done and status changed BEFORE 2019-01-21
Best regards,
Jakub
Thanks Jakub, I formatted incorrectly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JQL, Jira Query Language, is built on the same principles as Oracle software's Query Language.
I would use the following reference to find the proper answer.
https://docs.oracle.com/en/database/oracle/oracle-database/index.html
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.