admDeleteProjectComponent
Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !
Availability
This routine is available starting with SIL Engine™ 4.0.16
Syntax
admDeleteProjectComponent(pkey, compname)
Description
Deletes a component from the project.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
pkey | string | yes | Project key |
compname | string | yes | Component name |
Return type
boolean
Returns true if the component was deleted and false otherwise.
See also