From e2cd08ed571672e735148ea3bf2c6a2c38c57b22 Mon Sep 17 00:00:00 2001 From: Ildefonso Montero Date: Thu, 21 Apr 2022 10:18:28 +0200 Subject: [PATCH] Update src/main/java/org/jenkinsci/plugins/JiraTestResultReporter/JiraUtils.java Co-authored-by: Cathy Chan --- .../org/jenkinsci/plugins/JiraTestResultReporter/JiraUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/jenkinsci/plugins/JiraTestResultReporter/JiraUtils.java b/src/main/java/org/jenkinsci/plugins/JiraTestResultReporter/JiraUtils.java index baedb00..cf435b6 100644 --- a/src/main/java/org/jenkinsci/plugins/JiraTestResultReporter/JiraUtils.java +++ b/src/main/java/org/jenkinsci/plugins/JiraTestResultReporter/JiraUtils.java @@ -242,7 +242,7 @@ public static SearchResult findIssues(Job project, TestResult test, EnvVars envV * Unsupported: * ! ( ) { } ^ ? \ / * - * Provides special support for parameterized tests [ ] + * Provides special support for parameterized tests by ignoring the parameter in [ ] * * @param jql the JQL query. * @return the JQL query with special chars escaped.