tbngDeleteAllRows
Syntax
tbngDeleteAllRows(tableGridNGFieldName)
Description
This routine deletes all rows from a Table Grid Next Generation custom field.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
issue key | string | No | the key of the issue which will be updated |
tableGridNGFieldName | string | Yes | the name of a Table Grid Next Generation custom field. The name can be represented as:
|
Return type
Examples
tbngDeleteAllRows("TEST-1", "My Grid Field"); |