Hello,
I am trying to create a filter that will display all parent issues and all its subtasks when at least one of the subtasks is assigned to the current user.
I don't mind using a plug-in to do this, I know ScriptRunner, Search Linked issues, and JQL Tricks can help me with this, but I haven't been able to get the syntax right.
Thank you!
This works for me in script runner plugin
issueFunction in subtasksOf("issueFunction in parentsOf('assignee = currentUser() ')" ) or issueFunction in parentsOf("assignee = currentUser() ")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry to interrupt here, but can it be done without script runner? Using only plain JQL?
Best regard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ist this possible with JQL without using an addon?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!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.