Add "working day" to JQL filters

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Won't Do
    • None
    • Component/s: JQL

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      I have a board with swimlanes based on due date.
      1. Due today
      duedate <= now()

      2. Due next working day
      (duedate = endOfDay("+1d") OR (duedate = endOfDay("+2d") AND duedate = startOfWeek("+7d")) OR (duedate = endOfDay("+3d") AND duedate = startOfWeek("+8d")))

      For 2, it works as needed, but I'd like to be able to just do "duedate = endOfDay("+1wd") to indicate "plus one working day". My current setup won't work well for holidays, even though I can add specific days as holidays within JIRA, for example.

              Assignee:
              Unassigned
              Reporter:
              HW
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: