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

Please export apiRef to allow custom card creation utilizing the API in backstage-plugin-jira #1732

Open
brandonbryant12 opened this issue Nov 21, 2024 · 2 comments
Labels
kind/enhancement New feature or request

Comments

@brandonbryant12
Copy link
Contributor

The Current package does not export an API ref so we cannot use it to make custom cards

Feature Suggestion

Export apiRef in jira plugin

Possible Implementation

The change would be a one liner in /plugins/frontend/backstage-plugin-jira/src/index.ts

export * from './api';

Context

I want to use this package but I would like to create a custom card created by my UX team

@brandonbryant12 brandonbryant12 added the kind/enhancement New feature or request label Nov 21, 2024
@punkle
Copy link
Contributor

punkle commented Nov 22, 2024

As discussed in discord, please feel free to make a pull request.

@brandonbryant12
Copy link
Contributor Author

As discussed in discord, please feel free to make a pull request.

created, thank you!

#1736

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

No branches or pull requests

2 participants