Closed Aaron-Wood-Eric closed 1 month ago
Great idea! Feel free to add a PR and we will have a look :) Thank you for the suggestion!
This Issue seems to be partially covered by PR #127 as it updates the needed fields in the api.ts I can create the PR once this has been resolved.
Feature
Update the title component to a link which points to the query used to form the table.
<Link to={'${getJiraUrl(project)}issues/?jql=${tableContent.query}'}>
Value
Jira Dashboard users would have easy access to the filter within JIRA.
Context
Current the searchJira, getIssuesByComponent.. functions in api.ts all return response.issues rather than the full response object which contains the JQL query. The return value will need to be changed to include the query.