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.
feat(jira-backend): export the JiraConfig class (AxisCommunications#217)
This is needed to be able to use the exported searchJira function in other backend plugins since the jira config instance is now an argument. Co-authored-by: Niklas Aronsson <[email protected]> Co-authored-by: Frida Jacobsson <[email protected]>
- Loading branch information
1 parent
31d12ef
commit 1b47182
Showing
4 changed files
with
45 additions
and
0 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,6 @@ | ||
--- | ||
'@axis-backstage/plugin-jira-dashboard-backend': patch | ||
--- | ||
|
||
The backend now exports the `JiraConfig` class. This is needed to create config | ||
instances for the `searchJira`function. |
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