Skip to content

Commit 21d423c

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # docs/changelog.md
2 parents ff0090b + 1ca96ff commit 21d423c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ category: Administration
2020
* feat: ensure compatibility with Jira 11.2.0
2121
* refactor: extract URL validation into util class
2222
* feat: ensure compatibility with Jira 11.3.0
23+
* docs: improve documentation for assignee in syntax
2324
* fix: importer ignores attributes without values
2425

2526
### [25.10.0] - 2025-10-03

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)