...
Code Block |
---|
{{#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
Code Block |
---|
{{#issue.properties.stjc-field-654.values.get(0)}}{{2237}}, {{/}} |
where
654 - table field ID
2237 - table column ID
0 - row position (0 = first row).
Info |
---|
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 |