forked from AxisCommunications/backstage-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced Jira Dashboard plugin to accommodate project key in data fet…
…ching Signed-off-by: enaysaa <[email protected]>
- Loading branch information
1 parent
3276a1a
commit 2b38273
Showing
5 changed files
with
45 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
'@axis-backstage/plugin-jira-dashboard': major | ||
'app': minor | ||
'backend': minor | ||
'@axis-backstage/plugin-analytics-module-umami': minor | ||
'@axis-backstage/plugin-jira-dashboard-backend': minor | ||
'@axis-backstage/plugin-jira-dashboard-common': minor | ||
'@axis-backstage/plugin-readme': minor | ||
'@axis-backstage/plugin-readme-backend': minor | ||
'@axis-backstage/plugin-statuspage': minor | ||
'@axis-backstage/plugin-statuspage-backend': minor | ||
'@axis-backstage/plugin-statuspage-common': minor | ||
--- | ||
|
||
Implemented project key support for fetching Jira data in the Jira Dashboard plugin. | ||
Updated the getJiraResponseByEntity method signature in JiraDashboardApi.tsx to include a projectKey parameter. | ||
Enhanced the JiraDashboardContent.tsx file to extract the project key from entity metadata annotations and pass it to the useJira hook. | ||
Modified the JiraTable.tsx file to include an optional prop project of type Project to accommodate the project key. | ||
Updated the useJira.ts file to include the projectKey parameter in the useJira hook signature and pass it to the getJiraResponseByEntity method. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters