I share here how to extract the children issues below a specific one in a BigPicture WBS / Gantt diagram.
BigPicture Enhanced Jql
See Enhanced JQL - BigPicture Suite - Appfire and more precisely the allBoxDescendantTasks function:
Box, children | issue in allBoxDescendantTasks(BOX-ID, TASK-KEY,X) | returns all of the children of a particular task, up to the X-th level of hierarchy (First level will be for root task - included in query). Only children included in a chosen Box will be listed. |
Unfortunately, it is not yet implemented for the Cloud.
See Feature Request BP-9023.
PowerTool: Open Issues in Navigator
In the Atlasy PowerTool you can "Open Issues in Navigator"
It will grab the issues keys below the selection and open them in a filter.
Implementation
See Jira_OpenIssuesNav function in the Jira.ahk Library.
No comments:
Post a Comment