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

    • 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.

      +underlined text+

      Atlassian Update – 6 May 2024

      Hi everyone,

      Thanks for voting and commenting on this issue. Your feedback is key to helping us understand how you use Jira so we can continue improving your experience. To uphold our value for transparency, we wanted to provide an update that we have no immediate plans to put this suggestion on our near term roadmap.

      Please remember that jira.atlassian.com is one of many inputs for the Jira roadmap. You can learn more about our process here.

      I understand that our decision may be disappointing, however, this problem remains on our radar and we will provide further updates if our stance changes. Please don't hesitate to contact me if you have any questions.

      Regards,
      Eric Zheng
      ezheng@atlassian.com
      Product Manager, Jira

      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:

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

            Unassigned Unassigned
            skorte Soane Korte (Inactive)
            Votes:
            445 Vote for this issue
            Watchers:
            272 Start watching this issue

              Created:
              Updated: