[COMMS-897] Read and write target versions in the incoming e-mail handler - #24345
Merged
akabiru merged 2 commits intoJul 22, 2026
Conversation
|
Warning Flaky specs
🤖 Ask Copilot to investigateCopy the prompt below into a new comment on this PR to delegate the investigation to GitHub Copilot. It will look into the flakiness and open a separate pull request with you as reviewer. |
akabiru
force-pushed
the
implementation/comms-897-adjust-incoming-e-mail-handler-to-read-write-target_versions
branch
from
July 20, 2026 18:20
195d391 to
ee41c6f
Compare
The mail handler wrote versions through the deprecated version_id column; route it through the target_versions association instead, in line with the ongoing migration away from single versions. The Target versions keyword now sets them, comma-separated for several (more than one requires the multiple versions feature), taking precedence over the legacy Version keyword. References COMMS-897.
akabiru
force-pushed
the
implementation/comms-897-adjust-incoming-e-mail-handler-to-read-write-target_versions
branch
from
July 20, 2026 19:16
ee41c6f to
a6f9b5e
Compare
akabiru
marked this pull request as ready for review
July 20, 2026 19:20
|
Caution The provided work package version does not match the core version Details:
Please make sure that:
|
|
Warning Flaky specs
🤖 Ask Copilot to investigateCopy the prompt below into a new comment on this PR to delegate the investigation to GitHub Copilot. It will look into the flakiness and open a separate pull request with you as reviewer. |
The README changes now live in #24361 so the documentation can be reviewed independently of this handler change.
akabiru
deleted the
implementation/comms-897-adjust-incoming-e-mail-handler-to-read-write-target_versions
branch
July 22, 2026 06:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://community.openproject.org/wp/COMMS-897
Adapt the work package e-mail handler to set a work package's version via
Target versions:- the legacyVersion:keyword is retained as a secondary supported option but it is marked as deprecated in the relevant docs.Note
Docs PR separate so it's reviewable by the docs team #24361