-
Suggestion
-
Resolution: Unresolved
-
None
Issue Summary
As a user I would like to query /include the label column within {{jira_issue_enhanced_table }}using the data share feature.
Workaround
If you currently use labels, update your integration to retrieve it from the jira_issue_field table using the following code. The labels are returned as a string type.
SELECT value, field_type_key
FROM jira_issue_field
WHERE field_type_key = 'labels'