Top Menu

Jump to content
Home
    • Projects
    • Work packages
    • 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
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Professional 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?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
  • Roadmap
  • Work packages
  • Calendars
  • Team planners
  • Boards
  • Forums
  • Wiki
    • Table of contents
      • Expanded. Click to collapseCollapsed. Click to showDeveloper
        • Hierarchy leafAccessibility Checklist
        • Hierarchy leafCode Review Guidelines
        • Expanded. Click to collapseCollapsed. Click to showContribution
          • Hierarchy leafGit Workflow
          • Hierarchy leafTranslations
        • Expanded. Click to collapseCollapsed. Click to showDeveloping Plugins
          • Hierarchy leafDeveloping an OmniAuth Authentication Plugin
        • Hierarchy leafRelease Process
        • Hierarchy leafReport a bug
        • Hierarchy leafSecurity
        • Hierarchy leafSetting up an OpenLDAP server for testing
        • Hierarchy leafTheme Features
      • Hierarchy leafDownload
      • Expanded. Click to collapseCollapsed. Click to showFeature tour
        • Hierarchy leafRelease Notes OpenProject 30
        • Expanded. Click to collapseCollapsed. Click to showRelease Notes OpenProject 30 - Overview
          • Hierarchy leafGlossary
          • Hierarchy leafRelease Notes - Accessibility
          • Hierarchy leafRelease Notes - Accessibility changes
          • Hierarchy leafRelease Notes - Add work package queries as menu items to sidebar
          • Hierarchy leafRelease Notes - Copy projects based on Templates
          • Hierarchy leafRelease Notes - Design changes
          • Hierarchy leafRelease Notes - Fixed Bugs
          • Hierarchy leafRelease Notes - Keyboard Shortcuts
          • Hierarchy leafRelease Notes - Project settings
          • Hierarchy leafRelease Notes - Ruby&Rails Update
          • Hierarchy leafRelease Notes - Security
          • Hierarchy leafRelease Notes - Timelines
          • Hierarchy leafRelease Notes - Work packages
      • Hierarchy leafHowto create animated gifs
      • Hierarchy leafMigration Squashing
      • Hierarchy leafMod security
      • Hierarchy leafNew work package page
      • Hierarchy leafOP3 to OP4 Debian upgrade
      • Hierarchy leafOP4 Ubuntu1404 Stable with MySQL in production
      • Hierarchy leafOpenProject 40 Development Setup
      • Expanded. Click to collapseCollapsed. Click to showOpenProject Foundation
        • Hierarchy leafBoards
        • Hierarchy leafMembers
        • Hierarchy leafOPF-Meetings
        • Hierarchy leafStatutes
      • Expanded. Click to collapseCollapsed. Click to showRelease Notes
        • Hierarchy leafOpenProject released on Bitnami
      • Expanded. Click to collapseCollapsed. Click to showRelease Notes OpenProject 40 - Overview
        • Hierarchy leafRelease Notes OpenProject 40 - Accessibility improvements
        • Hierarchy leafRelease Notes OpenProject 40 - Column header functions in work package table
        • Hierarchy leafRelease Notes OpenProject 40 - Improved Design
        • Hierarchy leafRelease Notes OpenProject 40 - Integrated query title on work package page
        • Hierarchy leafRelease Notes OpenProject 40 - Integrated toolbar on work package page
        • Hierarchy leafRelease Notes OpenProject 40 - OmniAuth integration for OpenProject
        • Hierarchy leafRelease Notes OpenProject 40 - Work package details pane
      • Expanded. Click to collapseCollapsed. Click to showSecurity and privacy
        • Hierarchy leafFAQ
      • Expanded. Click to collapseCollapsed. Click to showSupport
        • Expanded. Click to collapseCollapsed. Click to showDownload and Installation
          • Hierarchy leafInstallation MacOS
          • Expanded. Click to collapseCollapsed. Click to showInstallation OpenProject 3 0
            • Hierarchy leafDebian Stable with MySQL in production
            • Hierarchy leafInstallation Ubuntu
            • Hierarchy leafInstallation Windows
            • Hierarchy leafInstallation on Centos 65 x64 with Apache and PostgreSQL 93
          • Expanded. Click to collapseCollapsed. Click to showInstallation OpenProject 40
            • Hierarchy leafOP4 Debian Stable with MySQL in production
          • Expanded. Click to collapseCollapsed. Click to showMigration paths
            • Hierarchy leafFrom Chilliproject to OpenProject
            • Hierarchy leafMigration 15 to 30
            • Hierarchy leafMigration 24 to 30
            • Hierarchy leafMigration Redmine 2x › OpenProject 30
            • Hierarchy leafOpenProject 3 Migration
          • Hierarchy leafOpenProject 40
        • Expanded. Click to collapseCollapsed. Click to showNews
          • Hierarchy leafNew OpenProject Translations Plugin
          • Hierarchy leafNew Plugin on OpenProjectorg Local Avatars
          • Hierarchy leafNew design for OpenProject
          • Hierarchy leafNews Accessibility workshop for OpenProject
          • Hierarchy leafNews Glossary for OpenProject
          • Hierarchy leafNews Heartbleed fixed
          • Hierarchy leafNews Icon Fonts
          • Hierarchy leafNews OpenProject 30 Release
          • Hierarchy leafNews Release GitHub Integration Plugin
          • Hierarchy leafNews Success Story Deutsche Telekom
          • Hierarchy leafNews Timelines
          • Hierarchy leafOpenProject 3013 released
          • Hierarchy leafOpenProject 3017 released
          • Hierarchy leafOpenProject 40 released
          • Hierarchy leafOpenProject 40 will be coming soon
          • Hierarchy leafOpenProject 405 released
          • Hierarchy leafOpenProject and pkgrio
          • Hierarchy leafOpenProject news moved to a new blog
          • Hierarchy leafOpenProjectBitnami
          • Hierarchy leafPackager version with plugins released ("Community edition")
          • Hierarchy leafRegistration OpenProject-Foundation
          • Hierarchy leafRelease OpenProject AuthPlugins
          • Hierarchy leafUpdates on OpenProject
          • Hierarchy leafWe need your feedback for the the new fullscreen view for work packages
        • Hierarchy leafOpenProject Plug-Ins
      • Hierarchy leafWiki
You are here:
  • Forums
  • General discussion

Content

Re-order tasks

Added by Adam C almost 5 years ago

I’m having problems with adding an integer field to allow me to reorder tasks. The field is there in the work-packages list view, but not in the view for each task (I only see the Position field). What might I be missing?


Replies (11)

RE: Re-order tasks - Added by Robin Wagner almost 5 years ago

Hey Adam,

after creating the custom field “Order ID” you need to add it to the work package types which should be using the attribute (e.g. tasks).

To do this, go to “Administration” > “Work package types” and click on the type for which the attribute should be shown (i.e. “Task”).
Click on the tab “Form configuration” and move the custom field “Order ID” from the “Inactive” container on the right to one of the attribute groups on the left. Then click on “Save”.

Now you can go back to the project and you should be able to set the value of the custom field for the types to which it has been assigned (i.e. type “Task”). You can of course repeat these steps for other types as well.

RE: Re-order tasks - Added by Adam C almost 5 years ago

Hi Robin,

I found the fix. I needed to add the the form before I could edit it.

Thanks
Adam

RE: Re-order tasks - Added by Tobias K. almost 5 years ago

I am trying the same thing, but can’t make it work. I added a custom integer Field ‘Sort#’ and it is shown properly.
However, after I add numbers for all work packages, I still can’t sort by the field. The option ‘sort ascending’ or ‘sort decending’ is simply not there for this column!

Also, I can show a column ‘Position’ which comes with OpenProject but can’t populate it. Is that just an artefact from previous versions or can it be used for my purpose?

Thanks,

TobiK

RE: Re-order tasks - Added by Catherine G about 4 years ago

Hello, 

I have the same probleme and would be interested in a solution.

Is there any news?

Thx

RE: Re-order tasks - Added by Danny B almost 4 years ago

I just tried to follow the advice above but the "Inactive" pane is empty - the “Order ID” field doesn't exist, and I can't see how to create a new field. As it stands, my Gantt chart is unreadable because the sequence is not correct and there doesn't seem to be a way to re-order it.

Ironically, the drag and drop panels on the left there are exactly what I'd love to see the "Work packages" view use so we can rearrange the items there.

thanks, Danny

EDIT: I just found this epic for V9: https://community.openproject.com/projects/openproject/work_packages/13784/activity

RE: Re-order tasks - Added by Frank Grossmann almost 4 years ago

I've posted a similar question a while ago but no answer, guess we have to wait for the development team to do something about it. Reordering seems not to work properly, especially when using hierarchical view. I would like to produce nice looking work package reports and this seems impossible as the order of where later inserted work packages are shown seems at random.

RE: Re-order tasks - Added by Danny B almost 4 years ago

There has been some movement on this epic, but unfortunately that movement is that it's gone back to V10!

The gantt isn't useable for us until this is working - I'll try the ordering column again to see if we can live with that for now.

RE: Re-order tasks - Added by Robin Wagner almost 4 years ago

Hello Danny, hello Felix,

we just released [OpenProject 8.3](released OpenProject 8.3). This version contains the option to sort by attributes (e.g. start date) while the hierarchy mode is activated. This should resolve the issue for now.

Regarding the "Inactive" pane being empty: You first need to create a custom field (e.g. called "Order ID") of type "Float". See the user guide for details on how to do this. You can then select a work package type in the administration and select "Form configuration". You are then going to see the created custom field in the "Inactive" column and can assign it.

RE: Re-order tasks - Added by Danny B almost 4 years ago

Thanks Robin, that's really useful! We've upgraded and it looks great. I've just set it to sort by "Project" and then "Start Date" and the Gantt looks great now.

Hopefully this means we can start using OpenProject as our project management platform. It's looking great so far.

Danny

RE: Re-order tasks - Added by Frank Grossmann almost 4 years ago

Hello Robin,

this is indeed great news and helps to make a great product better! Thank you very much for that!

This could serve as a workaround until you guys get to the drag&drop reordering which is of course still much preferable and people are used to that e.g. from good old Microsoft Project. 

Best regards

Felix

RE: Re-order tasks - Added by Robin Wagner almost 4 years ago

Hello Danny, hello Felix,

thanks for the feedback.

@Felix: The drag & drop option to reorder work packages is on our roadmap: .

Best,
Robin

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