File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/main/java/de/codescape/jira/plugins/multiplesubtasks/action Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ category: Administration
2222* feat: ensure compatibility with Jira 11.3.0
2323* docs: improve documentation for assignee in syntax
2424* fix: importer ignores attributes without values
25+ * fix: improve logging for empty attributes in importer
2526
2627### [ 25.10.0] - 2025-10-03
2728
Original file line number Diff line number Diff line change @@ -347,6 +347,8 @@ String transformQuickSubtasksTemplate(String templateString) {
347347 default :
348348 log .error ("Ignoring unknown attribute '" + key + "' with value: '" + value + "'" );
349349 }
350+ } else {
351+ log .error ("Ignoring attribute without value '" + key + "'" );
350352 }
351353 }
352354 } else {
You can’t perform that action at this time.
0 commit comments