how to search issue assignee was on me and parent are unreloved

Roman Michalak July 30, 2014

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?

1 answer

0 votes
Elisa [Atlassian]
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 30, 2014

Hi Roman,

Did you try something like this: assignee = currentUser() and issue in parent("status = unresolved") ?

Roman Michalak July 30, 2014

Elisa,

Yes I've try, but I get error message - "can't find function parent in JQL".

Elisa [Atlassian]
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 30, 2014

What version of JIRA are you using?

Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2014

issue in parent() is not a default function in JIRA. It comes from the JQL Tricks plugin.

Roman Michalak July 30, 2014

I've asked administrator to install JQL Tricks plugin. I think it solve my issue. Thanks all for help.

Suggest an answer

Log in or Sign up to answer