Skip to end of banner
Go to start of banner

SIL Functions for Data Table Custom Field

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

« Previous Version 8 Current »

This section contains a collection of routines that will help you retrieve data from a data table custom field. You can use these routines with Power Scripts™ for Jira.

SIL Routines for Data Table Custom Field

getColumn

Retrieves data in the column at the specified index from a data table custom field.

getHeaders

Retrieves headers from a data table custom field.

getRow

Retrieves data in the row at the specified index from a data table custom field.

getTableElement

Retrieves data in the cell at the specified location from a data table custom field.


  • No labels