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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.