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.
Implemented a new GET endpoint in the router to support retrieving Jira issues based on the provided JQL query and query parameters. This new endpoint complements the existing POST endpoint in the open-source plugin, providing users with flexibility in choosing the HTTP method for interacting with the plugin. this enhancement allows users to utilize the response from the GET endpoint for other plugins interacting with Jira. Signed-off-by: enaysaa [email protected]
- Loading branch information
1 parent
5457a70
commit ae45c04
Showing
2 changed files
with
60 additions
and
1 deletion.
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,5 @@ | ||
--- | ||
'@axis-backstage/plugin-jira-dashboard-backend': major | ||
--- | ||
|
||
Implemented a new GET endpoint in the router.ts file to provide compatibility with the existing POST endpoint in the api.ts file. This endpoint allows users to retrieve Jira issues using the provided JQL query and query parameters, enabling flexibility in choosing the HTTP method that best suits their needs. Additionally, this implementation allows users to utilize the response for other plugins interacting with Jira. |
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