Skip to content

Commit 9211c64

Browse files
authored
docs: improve documentation for assignee in syntax
Clarify behavior when assignee is not found or not allowed.
1 parent d723cd3 commit 9211c64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/syntax.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ In this example you will create a subtask assigned to user `bob`:
115115
- Bob should do that subtask
116116
assignee: bob
117117

118-
Please note: If the provided assignee cannot be found no assignee will be used.
118+
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.
119120

120121
You can also assign the subtask to the current user or inherit the assignee from the parent issue:
121122

0 commit comments

Comments
 (0)