Skip to end of banner
Go to start of banner

SIL Routines 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 14 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

getColumnRetrieves data in the column at the specified index from a data table custom field.
getHeadersRetrieves headers from a data table custom field.
getRowRetrieves data in the row at the specified index from a data table custom field.
getTableElementRetrieves data in the cell at the specified location from a data table custom field.
  • No labels