Scope360° Version 2024.04.25
25 Apr 2024
release-notePlan Perspective - Query Expansions
- The query used when opening a view in plan perspective from menu can be modified to include one level of linked issues by pressing
<ALT>
and to include all children and ancestors by pressing<SHIFT>
.
- The behavior above can be used to make more detailed modifications to query used when opening the Plan Perspective from the Jira Search View. The example below includes one level of linked ussues and all children. The jql expansion should be given between
{
and}
.
The implementes jql expansions are:
- L - Linked Issues
- C - Child Issues
- T - Trace Ancestors
- S - Toggles if Sub-tasks should be included in coming jql expansions or not.
Uppercase versions of the jql expansions are recursive and the lowercase versions are only executed once.
{lclT}
means that
- One level of inked issues will be added
- One level of child issues will be added
- One level of linked issues will be added
- All levels of ancestors will be added
Will be added to issues defined by the original jql query when choosing Analyze Plan
.