Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admGetProjectComponents(pkey [, filterArchived])

Package

adm

Alias

Pkg Usage

getComponents(pkey [, filterArchived])

Description

Excerpt
hiddentrue

Returns the project components (all). When using the filterArchived parameter with the value set to true, all the archived components are excluded from the result.

Returns the project components (all). When using the filterArchived parameter with the value set to true, all the archived components are excluded from the result.

Parameters

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

pkey

String

Yes

Project key.

filterArchived

Boolean

No

Filter for archived components.

Return Type

String []

All the project components names, as returned by the underlying Jira layer.

...