OpenProject 17.5, released June 10, 2026, introduces project-specific work package identifiers, allowing organizations to move away from global, installation-wide numbering schemes. This update targets enterprise teams migrating from Atlassian Jira by enabling custom ID prefixes, such as “ERP-2385,” while maintaining compatibility with existing documentation links and legacy reference systems.
Breaking the Global ID Bottleneck
For years, OpenProject relied on a monolithic, incremental integer sequence to index work packages. If you created a task in a “Marketing” project and then one in “Engineering,” they would be assigned sequential integers regardless of their functional domain. This architecture, while simple to implement at the database level, created significant friction for large-scale enterprise deployments.

The introduction of project-scoped IDs in version 17.5 addresses this by allowing administrators to define specific prefixes for different project containers. This move is a clear play for the enterprise market. By aligning its indexing logic with the industry-standard “Project-Key” format utilized by Jira, OpenProject reduces the cognitive load for teams transitioning between platforms. According to the official OpenProject 17.5 release notes, these new identifiers are currently in beta, but they are designed to be globally configurable at the instance level.
Data Integrity and the Jira Migration Path
One of the most persistent hurdles in enterprise software migration is the “broken link” problem. When a company moves thousands of tickets from a legacy system to a new one, the historical references in Slack channels, email threads, and external documentation often point to non-existent resources. OpenProject 17.5 mitigates this by maintaining a routing layer that ensures legacy numeric IDs continue to resolve to the correct work packages even after the project-scoped system is activated.

This is not merely a UI change; it is an architectural decision to prioritize interoperability. By allowing companies to retain their existing Jira issue keys, OpenProject is effectively lowering the barrier to entry for organizations locked into the Atlassian ecosystem. Beyond the IDs, the updated Jira Migrator now captures deeper metadata, including estimated and remaining work hours, which are critical for teams relying on Scrum or Kanban reporting.
“The ability to map legacy keys directly into a new management system is a mandatory feature for any serious enterprise tool. It’s not just about the numbers; it’s about preserving the institutional memory that lives in those cross-referenced tickets,” says Elena Rossi, a senior DevOps consultant who specializes in open-source migrations.
Optimizing Agile Backlog Visibility
Beyond identifiers, the update refines how teams interact with their backlogs. Version 17.5 grants administrators granular control over which work package types appear in agile views. In previous iterations, backlogs often became bloated with low-level tasks, obscuring the high-level objectives necessary for effective sprint planning.
The system now allows for “Type-Filtering,” where specific categories of tasks can be excluded from the view. This adjustment forces a cleaner separation between strategic planning and granular execution. When combined with the improved card views—which now surface Story Points, priority levels, and assignee data more aggressively—the software moves closer to the Agile Manifesto ideal of prioritizing individuals and interactions over comprehensive documentation.
Technical Refinements: Documentation and Scheduling
OpenProject has further integrated its documentation engine with the task management core. Users can now embed dynamic links to work packages directly into text fields. By leveraging the CKEditor framework, the interface provides real-time validation and metadata enrichment as the user types, ensuring that references remain accurate without requiring the user to switch between tabs or windows.

The meeting management module also received a functional upgrade, specifically regarding recurring events. The system now supports complex scheduling logic, such as “the last Friday of every month.” Furthermore, the developers have implemented a notification-batching algorithm. Instead of triggering a distinct email for every incremental change to a meeting, the system aggregates updates into a single digest. This reduction in “notification fatigue” is a subtle but welcome optimization for engineering teams that rely on high-volume task tracking.
What This Means for Enterprise IT
The 17.5 update signals that OpenProject is maturing its feature set to compete directly with proprietary SaaS project management tools. By focusing on migration ease and UI efficiency, the maintainers are targeting the “Enterprise Open Source” segment—organizations that want the auditability and control of self-hosting but require the feature parity of commercial cloud suites.
- Legacy Support: Numeric IDs remain functional; existing bookmarks are preserved.
- Configuration Scope: ID schemes are set at the instance level, affecting all projects simultaneously.
- Data Migration: Jira imports now include granular time-tracking data, reducing manual post-migration adjustments.
- Deployment: Cloud instances received the update on June 10, 2026; Docker and package-based installs are documented in the repository.
For IT leads, the priority should be evaluating whether the project-scoped ID system aligns with internal naming conventions before enabling the feature in production. While the transition is designed to be seamless, standardized naming schemas across all departments are a prerequisite for realizing the full value of the new ID structure.