Search code examples
jirajql

Jira/JQL filter for issues that haven't changed status within last X working days


I'd like to find all issues that haven't changed their status with eg 2 working days. I would be ok with ignoring bank holidays but would like to ignore weekends. Any hints?


Solution

  • Jira out of the box doesn't have the facility to ignore vacation days in JQL

    JRASERVER-22506 - JQL search with working days range

    This thread might be helpful

    How do I create a JQL query which uses dates but allows for non-working days?