Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Collapsing work packages - not possible, really?

Collapsing work packages - not possible, really?

Added by Hans Joachim Kiener almost 3 years ago

Yesterday I found 7+ yr old requests for a collapse functionality in nested work packages. It both old and still current with a feature request filed with just a few votes.

My question now: Could this be real? Am I the only person to work with - say - 15+ top-level packages that get in my way, when I open a list? Am I the only user who wants a clean overview withouth the neccessity to "close" (aka collapse) 10, 12, 14 top-packages first? Just to see the relevant one with it's nested tasks?

I'm really curious: How do you survive out there with big projects with real task loads? Or am I missing something important here?

Best,
Hajo

P.S.: Please ... go and vote for the feature request today.


Replies (2)

RE: Collapsing work packages - not possible, really? - Added by Allison Woolbert almost 3 years ago

I'm in the same boat-  I have big projects with literally a dozen phases with hundreds of items.  To go through and collapse takes totally unnecessary time.   I'm pretty surprised actually that OpenProject is so unprofessional on that piece of the development.

RE: Collapsing work packages - not possible, really? - Added by Allison Woolbert almost 3 years ago

I honestly don't know why this hasn't been put into the interface on a button-  Here is Jscript that can do it quickly-
document.getElementsByClassName("wp-table--hierarchy-indicator")[0].click();

Run it once to expand all, run it again to collapse.  Simple, 1 line of code- works great in Firefox so far

  • (1 - 2/2)
Loading...