Hi,
I'd like to serche the assignee was on me and parrent issue are unresolved
My JQL started with:
assignee was in (currentUser()) and parent in ("here id like to select all issue unresolved")
Maybe is another solution for that?
Community moderators have prevented the ability to post new answers.
Hi Roman,
Did you try something like this: assignee = currentUser() and issue in parent("status = unresolved") ?
Elisa,
Yes I've try, but I get error message - "can't find function parent in JQL".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What version of JIRA are you using?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
issue in parent() is not a default function in JIRA. It comes from the JQL Tricks plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've asked administrator to install JQL Tricks plugin. I think it solve my issue. Thanks all for help.
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.