According to Scriptrunner guide this is a valid expression
issueFunction in expression("", "creator != reporter")
But I would like to find all issues where creator and reporter are the same. I tried
issueFunction in expression("", "creator = reporter")
But get this error
Token ("=" at 1:10: "=" ) is not allowed
Is there any other way to find issues where two fields are identical?
Would you try "==" an see if it works ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.