Uploaded image for project: 'Analytics'
  1. Analytics
  2. ANALYTICS-254

Include the label column within jira_issue_enhanced_table in data shares

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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'

              7f311a70eaad Claire Gayrard
              2adb616fed0a Siddhartha Mohapatra
              Votes:
              5 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated: