Documentation/COMMS-897: Document target_versions in the incoming e-mail handler - #24361
Open
akabiru wants to merge 1 commit into
Open
Documentation/COMMS-897: Document target_versions in the incoming e-mail handler#24361akabiru wants to merge 1 commit into
akabiru wants to merge 1 commit into
Conversation
Follow-up to #24345: document the new target_versions argument (IMAP_ATTR_TARGET_VERSIONS) and e-mail keyword, and mark the legacy version option as deprecated.
akabiru
added a commit
that referenced
this pull request
Jul 21, 2026
The README changes now live in #24361 so the documentation can be reviewed independently of this handler change.
akabiru
marked this pull request as ready for review
July 21, 2026 10:38
|
Caution The provided work package version does not match the core version Details:
Please make sure that:
|
brunopagno
approved these changes
Jul 24, 2026
brunopagno
left a comment
Contributor
There was a problem hiding this comment.
Approving from communicator side. This looks correct to me 😁
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Follow-up to COMMS-897 (#24345), which taught the incoming e-mail handler to read and write target versions. That PR carries the code; this one splits out the documentation so it can be reviewed separately.
Updates
docs/installation-and-operations/configuration/incoming-emails/README.mdto document the newtarget_versionsargument (IMAP_ATTR_TARGET_VERSIONS) and thetarget_versions:e-mail keyword, noting that several versions can be comma-separated and that more than one requires the multiple-versions feature. Also marks the legacyversion/IMAP_ATTR_VERSIONargument andversion:keyword as deprecated in favour oftarget_versions.