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 | admUpdateProjectComponent(componentStructure) | Package | adm | Alias | | Pkg Usage | updateComponent(componentStructure) |
|
Description
Excerpt |
---|
|
Updates a project component. |
Updates a project component.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
componentStructure | JComponent | Yes | Structure containing the component data to be updated. | Component id The component ID is mandatory. The componentStructure parameter should | have include the JComponent type | described here |
Return Type
None
Return The returned value has no meaning.
Example
Code Block |
---|
JComponent comp = admGetProjectComponent("AP", "compName");
comp.name = "compName - updated";
comp.description = "compDesc";
comp.lead = "johnDoe";
comp.defaultAssignee = 2;
admUpdateProjectComponent(comp); |
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 |
---|
|