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
When creating a native confluence connector, you're prompted to fill in the Confluence URL Label See: https://github.com/elastic/kibana/blob/d04318f047f1443ba57f9de9658fd3e48b922feb/src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts#L548
Confluence URL Label
The Label part of that is unnecessary. The Connector Client just calls this the Confluence URL: https://github.com/elastic/connectors/blame/2f7a7477e76ad52102ddb43399d0707ad6351f46/connectors/sources/confluence.py#L512-L515
Label
8.16, 8.17, 8.18, 9.x
came up during https://github.com/elastic/search-team/issues/9101
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Description
When creating a native confluence connector, you're prompted to fill in the
Confluence URL Label
See: https://github.com/elastic/kibana/blob/d04318f047f1443ba57f9de9658fd3e48b922feb/src/platform/packages/shared/kbn-search-connectors/types/native_connectors.ts#L548
The
Label
part of that is unnecessary. The Connector Client just calls this the Confluence URL: https://github.com/elastic/connectors/blame/2f7a7477e76ad52102ddb43399d0707ad6351f46/connectors/sources/confluence.py#L512-L515To Reproduce
Expected behavior
Environment
8.16, 8.17, 8.18, 9.x
came up during https://github.com/elastic/search-team/issues/9101
The text was updated successfully, but these errors were encountered: