Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-44688

Add "working day" to JQL filters

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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: