Dear Friends,
I am using a scrum board for a Project.
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).
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,.
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.