Hi,
I would like to find all tickets, where creator and user are the same.
I started with assignee = creator, but it is not working.
Does anybody know a trick ? :D
You should use Script runner and expression like:
issueFunction in expression("", "assignee == reporter")
Do you have Script Runner?
I'm afraid as of built in JQL functionality, this is not possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, thank you Gezim Shehu,
Could it be solved with Script Runner?
Than I will try to get it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes
issueFunction in expression("","assignee==reporter")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to help.
Though I strongly suggest getting ScriptRunner, even if this case wasn't a must have requirement.
You'll get so much out of it.
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.