File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
120121You can also assign the subtask to the current user or inherit the assignee from the parent issue:
121122
You can’t perform that action at this time.
0 commit comments