How do i change this code to search for the "HF" in the version name? Currently we are have hard coded it, but want to make it generic
issue.fixVersions*.name.contains("2018.21-SP3HF")
Hello,
Create a regex which satisfies your requirements and match your fix version value against it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.