Can you search Parent ticket status and Subtask assignee

Joseph Andreana, Jr. September 22, 2015

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.

1 answer

0 votes
Nick September 22, 2015

Using the ScriptRunner plugin you can do the following

status = "Your Dev Status" and issueFunction in subtasksOf("project = YOURPROJECT AND assignee = currentUser()")

Suggest an answer

Log in or Sign up to answer