Skip to main content

Community

Connector Improvement: JIRA Connector Links

Answered

Please sign in to leave a comment.

Comments

2 comments

  • Official comment

    Hi Ronnie - Thanks for submitting this feature request. 

    We are confirming if this data is available via the Jira API. From our understanding currently we can only see the count of issues for a given component, but not the exact issues themself. We will look into this further, but as of right now we don't know if this is data we can retrieve from Jira. 

    Thanks, 

    Erin

    Hi Ronnie - 

    You should be able to get this data using a query like the one below. 

    SELECT h.issue_id FROM `jira.issue_multiselect_history` h WHERE h.field_id = 'components' and h.is_active and h.value = '{component_id}';