Skip to content

Commit f49b9c3

Browse files
authored
Merge pull request #24361 from opf/documentation/comms-897-document-target-versions-incoming-email
Documentation/COMMS-897: Document target_versions in the incoming e-mail handler
2 parents 814be7d + 51bfcaa commit f49b9c3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • docs/installation-and-operations/configuration/incoming-emails

docs/installation-and-operations/configuration/incoming-emails/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ Available arguments that change how the work packages are handled:
6666
| `category` | `IMAP_ATTR_CATEGORY` | name of the target category |
6767
| `priority` | `IMAP_ATTR_PRIORITY` | name of the target priority |
6868
| `status` | `IMAP_ATTR_STATUS` | name of the target status |
69-
| `version` | `IMAP_ATTR_VERSION` | name of the target version |
69+
| `version` | `IMAP_ATTR_VERSION` | name of the target version (deprecated, use `target_versions`) |
70+
| `target_versions` | `IMAP_ATTR_TARGET_VERSIONS` | name of the target version; separate several with commas (more than one requires the multiple versions feature) |
7071
| `type` | `IMAP_ATTR_TYPE` | name of the target type |
7172
| `assigned_to` | `IMAP_ATTR_ASSIGNED_TO` | name of the assigned user |
7273
| `unknown_user` | `IMAP_UNKNOWN_USER` | ignore: email is ignored (default), accept: accept as anonymous user, create: create a user account <br />Hint: You must also set `IMAP_NO_PERMISSION_CHECK=1` for sending mail by anonymous users to work as expected.|
@@ -192,7 +193,8 @@ Other available keys for the email are as follows. You can always use the intern
192193
| responsible | Accountable | sets the accountable, via user email or login | responsible:user@example.org |
193194
| assigned_to | Assignee | sets the assignee. Use the email or login of the user | assignee:test.nutzer@example.org |
194195
| type | Type | sets the type | type:Milestone |
195-
| version | Version | sets the version | version:v4.1.0 |
196+
| version | Version | sets the version (deprecated, use target_versions) | version:v4.1.0 |
197+
| target_versions | Target versions | sets the target versions; separate several with commas (more than one requires the multiple versions feature) | target_versions:v4.1.0, v4.2.0 |
196198
| start_date | Start date | sets the start date | start_date:2015-02-28 |
197199
| due_date | Due date | sets the finish date | due:_date:2015-02-28 |
198200
| estimated_hours | Estimated hours | sets the estimated hours. Use a number | estimated_hours:10.5 |

0 commit comments

Comments
 (0)