Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jira Table Link Titles #177

Closed
Aaron-Wood-Eric opened this issue Sep 3, 2024 · 2 comments · Fixed by #189
Closed

Jira Table Link Titles #177

Aaron-Wood-Eric opened this issue Sep 3, 2024 · 2 comments · Fixed by #189
Labels
enhancement New feature or request

Comments

@Aaron-Wood-Eric
Copy link
Contributor

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}'}>
image

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.

@Aaron-Wood-Eric Aaron-Wood-Eric added the enhancement New feature or request label Sep 3, 2024
@fridajac
Copy link
Contributor

fridajac commented Sep 4, 2024

Great idea! Feel free to add a PR and we will have a look :) Thank you for the suggestion!

@Aaron-Wood-Eric
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants