Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • 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

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Boards
    Boards
  • Wiki
    Wiki

Content

Expand project menu
Wiki
  1. OpenProject Community
  2. Stream Nextcloud app "OpenProject Integration"
  3. Wiki
  4. Wiki
  5. 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...