We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d723cd3 commit 9211c64Copy full SHA for 9211c64
docs/syntax.md
@@ -115,7 +115,8 @@ In this example you will create a subtask assigned to user `bob`:
115
- Bob should do that subtask
116
assignee: bob
117
118
-Please note: If the provided assignee cannot be found no assignee will be used.
+Please note: If the provided assignee cannot be found a warning will be shown and no assignee will be used.
119
+If the provided username exists but the project does not allow this user to be assigned a warning will be shown as well and no assignee will be used.
120
121
You can also assign the subtask to the current user or inherit the assignee from the parent issue:
122
0 commit comments