You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation-and-operations/configuration/incoming-emails/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,8 @@ Available arguments that change how the work packages are handled:
66
66
|`category`|`IMAP_ATTR_CATEGORY`| name of the target category |
67
67
|`priority`|`IMAP_ATTR_PRIORITY`| name of the target priority |
68
68
|`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) |
70
71
|`type`|`IMAP_ATTR_TYPE`| name of the target type |
71
72
|`assigned_to`|`IMAP_ATTR_ASSIGNED_TO`| name of the assigned user |
72
73
|`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
192
193
| responsible | Accountable | sets the accountable, via user email or login | responsible:user@example.org |
193
194
| assigned_to | Assignee | sets the assignee. Use the email or login of the user | assignee:test.nutzer@example.org|
194
195
| 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 |
196
198
| start_date | Start date | sets the start date | start_date:2015-02-28 |
197
199
| due_date | Due date | sets the finish date | due:_date:2015-02-28 |
198
200
| estimated_hours | Estimated hours | sets the estimated hours. Use a number | estimated_hours:10.5 |
0 commit comments