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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.