I want to see stories(Unassigned) and sub tasks which are associated to me of those stories

srinath August 15, 2018

In one of the projects we have around 100 stories created and for each story we have sub tasks as well. But I would like to pull sub tasks which are assigned to me along with parent story(unassigned).

1 answer

0 votes
Alexey Matveev
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.
August 15, 2018

Hello,

You would need a plugin for it.

For example, you could use the JQL search extensions plugin:

https://marketplace.atlassian.com/apps/1214791/jql-search-extensions-for-jira?hosting=cloud&tab=overview

Your query would look like this:

issue in subtaskOf("assignee is empty and issuetype = Story") and assignee = currentUser()

You can find more info here:

https://jqlsearchextensions.atlassian.net/wiki/spaces/SEARCH/pages/30497099/JQL+Reference+Server#JQLReference(Server)-SubTaskOf(jql-query) 

srinath August 15, 2018

Alexey- Thanks for the information. So, it's not possible without plugin just want to confirm?

Alexey Matveev
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.
August 15, 2018

You requirement is not possible to fulfill without an add-on.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events