AxisCommunications / backstage-plugins

Backstage Plugins Created by Axis Communications
MIT License
32 stars 16 forks source link

Jira Table Link Titles #177

Closed Aaron-Wood-Eric closed 1 month ago

Aaron-Wood-Eric commented 2 months ago

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.

fridajac commented 2 months ago

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

Aaron-Wood-Eric commented 1 month ago

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.