Commit 772549a
fix(dso-7nos): fix JQL date format for Jira Cloud compatibility
Jira JQL accepts 'yyyy-mm-dd HH:mm' (space separator, no seconds,
no timezone suffix) but we were sending ISO 8601 format with T
separator and Z suffix which Jira rejects with "date value is invalid".
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 07a7550 commit 772549a
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
| |||
0 commit comments