Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-44688

Add "working day" to JQL filters

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Won't Do
    • None
    • JQL
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: