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
  • Boards
    Boards
  • Wiki
    Wiki

Content

Wiki
  1. Stream Nextcloud app "OpenProject Integration"
  2. Wiki
  3. Wiki
  4. Development
More
  • Print
  • Table of contents

Development

More
  • Print
  • Table of contents
Export
Export
  • Atom
  • Markdown

This pagee contains some usefule information about the development process in this project.

  • 1Work package types 
    • 1.1FEATURE
    • 1.2BUG
    • 1.3IMPLEMENTATION
    • 1.4TASK

Work package types 

... and when to use them

FEATURE

  • used for most functional increments built for the project

  • must be written with acceptance criteria to be testable by QA

  • usually is QAed by OpenProject

BUG

  • used for everything that does not work as expected and defined

  • must NOT be used for things that do not work but were not defined before

    • this is usually arguable, leading to the famous discussion of BUG vs FEATURE

IMPLEMENTATION

  • used as smaller, easier to review and merge chunks that are part of a bigger feature

  • developers could slice down every FEATURE or BUG into IMPLEMENTATION chunks to structure work and enable parallelization

  • is not QAed by OpenProject

TASK

  • used for non-development related issues


Loading...