Is there and easy way to compare if the Reporter on a JIRA is the same as the Creator? even thought these are the same data types I cant seem to compare them. I can compare them both against a userid or a name in text and even against CurrentUser() but the compare of Creator = Reporter does not seem to work. Is there anyway to do this without and Addon or other tools?
JQL doesn't support comparisons. You can only query Issues by Value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.