We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
config is:
token: ${JIRA_TOKEN} baseUrl: https://local-jira.com/jira/rest/api/latest/ annotationPrefix: jira
annotation should work with this:
jira/project-key: JIRAPROJECT
but shows missing annotation msg:
all other configs are correct and annotation works with 'jira.com' even if annotationPrefix is set to 'jira':
jira.com/project-key: JIRAPROJECT
Thanks you in advance for help,
The text was updated successfully, but these errors were encountered:
What does your "EntityPage" look like? Have you set the "annotationPrefix" props to the "JiraDashboardContent" component?
Sorry, something went wrong.
{/* Jira Dashboard Plugin */} <EntityLayout.Route if={entity => isJiraDashboardAvailable(entity, 'jira')} path="/jira-dashboard" title="Jira Dashboard" > <EntityJiraDashboardContent /> </EntityLayout.Route>
this is my EntityPage looks like, how do I pass in the annotationPrefix?
I'll have a look!
Successfully merging a pull request may close this issue.
To reproduce
config is:
annotation should work with this:
but shows missing annotation msg:
all other configs are correct and annotation works with 'jira.com' even if annotationPrefix is set to 'jira':
Thanks you in advance for help,
The text was updated successfully, but these errors were encountered: