SIL Routines for Data Table custom field
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. |