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

Updated by Sven Kunze about 2 years ago

## User Story

**As** a _plugin developer,_
**I need** specific hooks in the service implementation\_,\_
**so that** I am _able
want to** _be able to automatically calculate the values of custom fields automatically and rank work packages based on custom field values of other custom fields of one or more work-packages._ using a plugin,_
**so that** _I can quickly identify high-priority work packages_


**Acceptance criteria**

* hooks for creation, updating and deletion of work-packages

## Context information of the current impementation of the plugin

*
The hooks are already in our core implemenation. **A pull request can be created.**
* The
plugin should allow the user to specify a formula for calculating the custom field values.
* The plugin should automatically update a custom field with the calculated value for each work package whenever a custom field (added to the formula) is updated or a new work package is created.
* The plugin should automatically update the ranking of each work package based on the updated custom field with the calculated value whenever a custom field (added to the formula) is updated or a new work package is created.
* The  The plugin should also update the ranking of each work package when a work package is deleted.
* The plugin should provide a user-friendly interface for managing custom fields and configuring the calculation formula.

Back

Loading...