I would like to search for a Parent ticket is in Status Dev where the subtask of the that parent is assigned to me. The goal is to filter out any project that is not related to me and in the status for me to work on.
This refers to the JIRA Cloud product.
Using the ScriptRunner plugin you can do the following
status = "Your Dev Status" and issueFunction in subtasksOf("project = YOURPROJECT AND assignee = currentUser()")
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.