filter_issues_exclude_label.jql AND (labels = EMPTY OR labels != yourlabel) 21.11.2025 | Henjo Völker Jira JQL Filter: exclude issues with certain labels, but include issues without labels
filter_jira_issues_inside_upcoming_month.jql AND "[yourDateField]" >= startOfMonth("+1") AND "[yourDateField]" <= endOfMonth("+1") 13.11.2025 | Henjo Völker Jira JQL Filter: Issues with a date field value in the next upcoming month