String A = issue.get("customfield_10236")
String B = issue.get("customfield_10236"), aqui iria el codigo para traer todos los valores que haya tenido ese campo
if (A == B)
{
return "Ya Existe"
}
else
{
return "No Existe"
Despite Google translate, I'm not sure I understood what you're trying to do. Are you trying to compare two different fields? Your example is accessing the same field twice...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.