Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sections:
AND "Release Note Status" = "Done"
AND level is EMPTY
AND "Release Note Type" in ("Known Issue")
AND affectedVersion <= "{version_patch}"
AND affectedVersion in ("{version_patch}")
AND (fixVersion > "{version_patch}" OR fixVersion is EMPTY)
ORDER BY key DESC
template: with-jira-link
Loading