Update table-content-view script for Confluence and Jira Content Connector

XMLWordPrintable

      Summary:

      Update table-content-view.js:

      From:

      this.$el.find('> tbody > tr').each(function(indexRow, elRow) {...
      

      To:

      this.$el.find('> tbody > tr:visible').each(function(indexRow, elRow) {...
      

      Background:

      There is a capability to create Jira issues from the table with data. We are developing Table Filter and Charts app and want to allow our customers to filter the list of issues and create issues in Jira on the basis of the filtered dataset. Unfortunately now, the whole set of data is used. So we cannot limit visibility of issues to Confluence.

              Assignee:
              Unassigned
              Reporter:
              Vadim Rutkevich
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: