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

      OpenProject ID 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 Max Mutzge over 4 years ago

**As** a user
**I want to** generate a changelog
**so that** I can share new features/bug fixes about our software with our users

**Acceptance criteria**

* Output should be html format and its preview
* Output should be markdown format (optional)
* Changelog should be grouped with work package type
* Work package order should be according to work package number

**Similar feature:** [https://support.atlassian.com/jira-cloud-administration/docs/create-release-notes/](https://support.atlassian.com/jira-cloud-administration/docs/create-release-notes/)

### Note from OpenProject team: Current situation

At Openproject, we generate our changelog and release notes from a versioned query such as [https://community.openproject.org/projects/openproject/work\_packages?query\_id=2721.](https://community.openproject.org/projects/openproject/work_packages?query_id=2721.) From there, it will find all work packages assigned to a particular software version.

This gets scripted to output each work package description and link in the changelog / release notes: [https://github.com/opf/openproject/tree/dev/docs/release-notes/11-2-0](https://github.com/opf/openproject/tree/dev/docs/release-notes/11-2-0)
https://support.atlassian.com/jira-cloud-administration/docs/create-release-notes/
Loading...