-
Suggestion
-
Resolution: Low Engagement
-
None
-
None
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.
- derived from
-
DEVHELP-1066 Loading...