-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I have a project with a parameter whose value contains commas, it doesn't seem to be possible to specify the value of this parameter in the Parameter filters field of the copy artifact plugin.
It would be nice if there was a way of escaping commas, e.g.:
"A=a,B=b\,c,C=d" would evaluate to "A=a", "B=b,c" and "C=d"