-
Bug
-
Resolution: Done
-
Critical
-
fuse-7.x-GA
-
%
-
+
-
Automated
-
- Create a tag
- Create an integration
- Associate the tag to the integration
- Export integration according to the tag
-
Fuse 7.5 Sprint 52 - Bug fix
Export integrations according to the specific tag doesn't work. It returns 204 No Content on the first attempt. The endpoint should return zip file with the associated integrations on the first attempt and after that, it should return 204 No Content till some integration is changed.
/api/v1/public/integrations/{tag}/export.zip -O
Export all integration works.
/api/v1/public/integrations/{tag}/export.zip?all=true -o export.zip
- is caused by
-
ENTESB-11387 PublicAPI: Duplicate tag after import when tag already exists but integration not
- Done