Skip to content

Commit

Permalink
chore: fix known issues search string (redhat-developer#774)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
  • Loading branch information
themr0c authored Dec 6, 2024
1 parent 766c6e6 commit afbb0df
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit afbb0df

Please sign in to comment.