Versions Compared

Key

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

...

Function

Parameters

Examples

subcomponents()

  1. projectKey - key of the project to search in
    or
    projectId - ID of the project to search in

  2. component name - find issues for all hierarchy items under this component including the component itself

You can optionally provide the third parameter as "false" to exclude issues of parent component and only keep those for its children components

  • component in subcomponents("10001", "Component A")

  • component in subcomponents("DEMO", "Component A", "false")

subfolder()

  1. projectKey - key of the project to search in
    or
    projectId - ID of the project to search in

  2. folder name - find issues for all hierarchy items under this folder

  • component in subfolder("10001", "folder 1")

...