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

      Currently there is no "Goals" tab in the Project View Navigation Bar for Business projects.

      It will be good to have "Goals" option included here, like available in software projects.

            [JWMCLOUD-850] Inclusion of Goals in JWM Project View Navigation

            SET Analytics Bot made changes -
            Support reference count Original: 1 New: 2
            SET Analytics Bot made changes -
            Support reference count Original: 407 New: 1
            Nivedita Venkateswaran made changes -
            Component/s Original: Board - View [ 64206 ]
            Component/s New: Project - Navigation [ 69990 ]
            Nivedita Venkateswaran made changes -
            Description Original: Nivedita New: Currently there is no "Goals" tab in the Project View Navigation Bar for Business projects.

            !Screenshot 2025-01-23 at 9.48.26 PM.png|width=888,height=55!

            It will be good to have "Goals" option included here, like available in software projects.
            Nivedita Venkateswaran made changes -
            Attachment New: Screenshot 2025-01-23 at 9.48.26 PM.png [ 480954 ]
            Nivedita Venkateswaran made changes -
            Reporter Original: Soane Korte [ skorte ] New: Nivedita Venkateswaran [ 76629e7f3532 ]
            Nivedita Venkateswaran made changes -
            Description Original: +underlined text+{panel:title=Atlassian Update – 6 May 2024|borderStyle=solid|borderColor=#ebf2f9 | titleBGColor=#ebf2f9 | bgColor=#ffffff}
            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|https://confluence.atlassian.com/support/implementation-of-new-features-policy-201294576.html].

            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
            {panel}

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

            h3. Suggested Solution
            # Make it possible to configure a Business board to show issues for more than 14 days.
            # Make it possible to remove issues from a Business board before the 14 days term.

            h3. 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:
            # Write a JQL query that returns all issues in a project that have been done for more than 14 days e.g. 
            {code:java}
            project = CJSWK AND (fixVersion in unreleasedVersions() OR fixVersion is EMPTY) AND status = Done AND NOT (updated >= -2w OR statusCategory != Done) ORDER BY Rank ASC
            {code}
            # Run that JQL and copy the URL of the search page
            # Create a shortcut that links to that URL. I called mine {*}Older Done Issues{*}:
            !screenshot-2.png|thumbnail!
            New: Nivedita
            Nivedita Venkateswaran made changes -
            Assignee Original: sguio [ sguio ]
            Nivedita Venkateswaran made changes -
            Link Original: This issue is cloned from JWMCLOUD-19 [ JWMCLOUD-19 ]
            Nivedita Venkateswaran made changes -
            Link New: This issue is cloned from JWMCLOUD-19 [ JWMCLOUD-19 ]

              Unassigned Unassigned
              76629e7f3532 Nivedita Venkateswaran
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: