You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: