This is an IBM Automation portal for Cloud Platform products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
I wrote a very simple sample python code as an intermediate between git (github, gitlab, bitbucket, ..) and UCD. You need to provide your environment variables (see readme) and then can check it quite easily.
https://gitlab.com/oz-automation/sample-webhook-listener
That would be an easy workaround for the exisiting webhook problem.
Another way would be to use the REST interface of UCD directly, here an curl example which will trigger the import for the given component.
curl -X PUT -k -u PasswordIsAuthToken:xxxx-yyy-dddd-eee-asdasdfsdf -d '{"component": "yourcomponent ", "properties": ""}' https://your-ucd-server:8443/cli/component/integrate
Osman that was not the intent when e opened this ticket. The problem with existing connectivity between ucd and bitbucket is that it causes constant network traffic which after a while becomes unmanageable. My understanding of webhooks is that instead of ucd polling bitbucket, it waits for bitbucket to have new artifacts via a pull request at which time bitbucket would notify ucd of the pull traffic therefore minimizing the network traffic
Thank you for providing this IDEA.
After thourough discussion it has been decided to close this ticket as the exisiting functionality provides automated import (pull) and GitHub provides GitHub Actions (controlled push) to achieve similar functionality.
Although the theme of this request is consistent with our business strategy, it is not committed to the release that is currently under development.