/
Table values as smart values
Table values as smart values
Table values can be used in Jira Automation and accessed via smart values.
To return values from one column across all rows:
{{#issue.properties.stjc-field-654.values}}{{2237}}, {{/}}
where
654 - table field ID
2237 - table column ID
To return values from one column AND one specific cell
{{#issue.properties.stjc-field-654.values.get(0)}}{{2237}}, {{/}}
where
654 - table field ID
2237 - table column ID
0 - row position (0 = first row).
Select list options retrieved via smart values will be be returned as option ID. Unfortunately, at the moment there is no way to get select list options names. In this case we recommend using GET Table REST API call, where a response is formated as #webResponse.body.data
.... field-id-name
, field-id
, ... , /
, multiple selections available,
Related content
Table values as smart values
Table values as smart values
More like this
Table Values Search in JQL
Table Values Search in JQL
More like this
Table Configuration
Table Configuration
More like this
How to copy a table cell value into a custom field (via Scriptrunner)
How to copy a table cell value into a custom field (via Scriptrunner)
More like this
STAGIL Tables and Checklists for Jira
STAGIL Tables and Checklists for Jira
More like this
STAGIL Tables and Checklists for Jira Cloud Home
STAGIL Tables and Checklists for Jira Cloud Home
More like this
© 2023, STAGIL