Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA - Issues - My open Issues - Linked issues to display

Mani_Vannan March 29, 2019

 

 

Dear Friends,

I am using a scrum board for a Project.

  1. Click on 'Issues' menu
  2. Click on 'My Open Issues' menu

Here is my JQL Query -  "assignee = currentUser() AND resolution = Unresolved order by updated DESC"

The result appears to be list of issues (stories assigned to me).

Jira_query.PNG

My Requirement:

Is to view the sub-Tasks associated with the story in a tree or indented view.

The story in pic APIFP-280 have 2 Sub stories attached to it.

 

Please assist me with a solution.

Note: I have structure plug-in installed with admin access to it,.

3 answers

0 votes
Dave Rosenlund _Trundl_
Community Champion
April 1, 2019

Hi, @Mani_Vannan

If you'd like to consider other options for visualizing issue relationships and extending your hierarchies you may want to consider one of the Jira apps built for this purpose.

One of the more popular ones is Structure for Jira.

But Portfolio (from Atlassian) and BigPicture from SoftwarePlant are also very popular.

You may want to check them out.

Full Disclosure: I work for the company that develops Structure: ALM Works.

 

-dave

0 votes
Ashkan Malekly
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.
March 29, 2019

Hiiii

U have 2 options. First one is:

1- write this jql:

Project = myproject and issuetype in standardissuetypes() and status!= closed

Then name it for example 'parentissue

Then

2- use this jql:

Issue in subtaskissuesfromfilter ("parentissue")

Second one is:

Write jql project= my project and issuetype in (sub issue and parent issue)

Cheers

0 votes
Mani_Vannan March 29, 2019

@Lisa Schaffer  Advance thanks

Suggest an answer

Log in or Sign up to answer