admUpdateProjectComponent

Description

Updates a project component.

Parameters

Return Type

None

Return value has no meaning.

Example

JComponent comp = getComponent("AP", "compName"); comp.name = "compName - updated"; comp.description = "compDesc"; comp.lead = "johnDoe"; comp.defaultAssignee = 2; admUpdateProjectComponent(comp);

See also

Filter by label

There are no items with the selected labels at this time.