Button handy |
---|
blank | true |
---|
color | #0052CC |
---|
name | Send Feedback |
---|
link | https://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=getComponents+-+15488508 |
---|
width | auto |
---|
|
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | admGetProjectComponentsgetComponents(pkey [, filterArchived]) | Package | adm | Alias | admGetProjectComponents(pkey [, filterArchived]) //deprecated | Pkg Usage | getComponents(pkey [, filterArchived]) |
|
Description
Excerpt |
---|
|
Returns the project components. When using the filterArchived parameter with the value set to true, all the archived components are excluded from the result. |
Returns the project components. When using the filterArchived parameter with the value set to true, all the archived components are excluded from the result.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
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.
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "component_admin_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|