-
Notifications
You must be signed in to change notification settings - Fork 198
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
[BUG] Product not being associated with API after publishing #695
Comments
|
@JamesProant - version 6 changed the way products are associated with APIs. Search for Subfolder structure in the release notes. |
@guythetechie thanks for the response. Our main concern when raising this issue is that we are not receiving the product artifacts as described in the subfolder structure in the release notes from the link you provided. |
@guythetechie any update on this? |
Release version
6.0.1
Describe the bug
When publishing an API (with the setting "publish-all-artifacts-in-repo") the product is not being associated with the API. The product itself is being published, but it is not being connected with the API. In previous APIOps versions this worked fine. Since upgrading to version 6.0.1 this has stopped working for us.
Artifacts:
In the older version of the APIOps the extractor would associate the product with the api using the apis.json file (this is a screenshot from version v5.1.1 of APIOps):
This worked as expected, the product was associated with the API and when publishing, the product was connected with the API in the portal.
Expected behavior
When running the publisher, the product should be associated with the API.
In the portal, product association can be verified:
Actual behavior
No product is being associated with the API either in the artifacts or in the portal.
In the portal no product is associated with the API:
Reproduction Steps
Using APIOps v6.0.1
Extract API using extractor pipeline, with specific productName defined in extractor config file.
Publish API using publisher pipeline.
The text was updated successfully, but these errors were encountered: