Skip to end of banner
Go to start of banner

tbngDeleteAllRows

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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:

  • the name

  • the id (customfield_NNNNN)

  • the alias

Return type


Examples

tbngDeleteAllRows("TEST-1", "My Grid Field");
  • No labels