Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

...

Subject/ Context

Function

Details

Box

issue in box(BOX-ID)

returns all tasks included in the scope of a particular Box

Box

issue in boxBacklog(BOX-ID)

returns only those tasks that are included in the scope of a particular Box, but do not belong in any of its subBoxes.

Box, parent

issue in allBoxParentTasks(BOX-ID, TASK-KEY)

returns all parents of particular task. Only parents from a chosen Box will be listed.

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.

Box

issue in boxLead(leader1, leader2, ...)

returns all tasks from Boxes led by chosen users. Such users can be listed by:

  • <Name> <Surname>

  • login

  • email

  • JQL function: currentUser()

Task color

issue in taskColor(RED, BLUE)

returns all of the tasks of a given color

Objectives

issue in allObjectives(BOX-ID...)

returns all the issues that serve as an Objectives for a selected Box.

"Basic Objectives" are not returned.

Objectives

issue in mainObjectives(BOX-ID...)

returns all the issues that serve as Main Objectives for a selected Box.

"Basic Objectives" are not returned.

Objectives

issue in teamObjectives(BOX-ID, TEAM-ID)

returns all the issues that serve as Team Objectives for a selected Box and Team.

"Basic Objectives" are not returned.

Links

issue in allDependencies(TASK-KEY)

returns all the issues linked to a chosen task, regardless the type of a dependency.

Links

issue in hardDependencies(TASK-KEY)

returns all the issues linked to a chosen one with a hard dependency.

Links

issue in softDependencies(TASK-KEY)

returns all the issues linked to a chosen one with soft links.

Links

issue in

inwardDependencies(SOURCE-TASK-KEY)

returns all the issues that are linked with a chosen issue. The direction of the link is from that issue.

Links

issue in

outwardDependencies(TARGET-TASK-KEY)


returns all the issues that are linked with a chosen issue. The direction of the link is toward that issue.


Critical Path

key in boxTasksOnCriticalPath(BOX-ID)

returns all tasks on the critical path for a Box

Risks

issue in boxRisks(BOX-ID...)

returns all the issues that serve as Risks for a selected Box.

...

Warning

This functionality is only available in the Server version of the App. The following page doesn't apply to cloud users.
More information on the differences between cloud and server versions of the App can be found here.