Include the label column within jira_issue_enhanced_table in data shares

XMLWordPrintable

      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'

            Assignee:
            Claire Gayrard
            Reporter:
            Siddhartha Mohapatra
            Votes:
            6 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: