Uploaded image for project: 'Jira Work Management Cloud'
  1. Jira Work Management Cloud
  2. JWMCLOUD-19

Ability to configure Core board to show issues for more than 14 days and remove issues before 14 days

    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

      Problem Definition

      Case 1:
      For leading tracking (a use case specifically support by JIRA), having
      items on the board for more than 14 days is extremely common. In some
      cases, this can easily be up to 6 months.

      Case 2:
      A customer has too many issues in his "Done" column and wants to remove them before the 14 days term

      Case 3:
      A customer has multiple columns tied to statuses that are configured to Done category.

      Suggested Solution

      Make it possible to configure a Core board to show issues for more than 14 days.
      Make it possible to remove issues from a Core board before the 14 days term.

      Workaround

      This is by no means a fix but I hope it will help you get quicker access to those Done issues that are more than 2 weeks old:

      1. Write a query that returns all issues in a project that have been done for more than 14 days e.g. 
        project = CJSWK AND (fixVersion in unreleasedVersions() OR fixVersion is EMPTY) AND status = Done AND NOT (updated >= -2w OR statusCategory != Done) ORDER BY Rank ASC
      1. Run that JQL and copy the URL of the search page
      2. Create a shortcut that links to that URL. I called mine Older Done Issues:

      Attachments

        1. screenshot-1.png
          screenshot-1.png
          178 kB
        2. screenshot-2.png
          screenshot-2.png
          350 kB

        Issue Links

          Activity

            People

              b2c7e76140ff Eric Zheng
              skorte Soane Korte (Inactive)
              Votes:
              375 Vote for this issue
              Watchers:
              224 Start watching this issue

              Dates

                Created:
                Updated: