Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-55170

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

XMLWordPrintable

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      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.

              Unassigned Unassigned
              201c9ada40f9 Vadim Rutkevich
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: