Hello community,
i am looking for a filter / JQL to list all scheduled issues over all projects. Please note, that i do not look for a filter of all created issues!
Thx
You can search the schedule issue by due dates. The issues which due date field is non empty this issues are schedule issue.
JQL - duedate is not EMPTY
JQL for due - https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-fields/
Example:
due < "2010/12/31"
due <= "2011/01/01"
due =
"1d"
due >=
"2011/01/01"
and due <=
"2011/01/31"
due =
"2011/01/15"
Please Accept the answer if you find it helpful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.