This portal is to open public enhancement requests against IBM Z Software 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.
This feature would also be very helpful for making the whole process more secure and convenient for the developer as described in this idea: https://ideas.ibm.com/ideas/IDZ-I-2059
There is currently a limitation. And it is documented in the Knowledge Center of IDz V14.x, V15.x and V16.x
Assumptions and restrictions
https://www.ibm.com/docs/en/developer-for-zos/16.0?topic=SSQ2R2_16.0.0/com.ibm.idz.dbbz.doc/topics/DBBz_assump_restrict.htm
under Restrictions when using a Git repository
User Build discover dependencies supports Enterprise COBOL copybooks and Enterprise
PL/I include files.
Customers (some of them at least) expect the DBB user build to include local existing dependencies for the build on z/OS for assembler sources as it works for COBOL or PL/I sources. One customer uses ZOE to start a DBB userbuild, using the same scripts as with IDz. They use ZOE only for testing purposes at the moment, but there are plans to give their developers the opportunity to choose between the IDEs.
ZOE scans the source file to build for dependencies and resolves them based on information contained in the zapp.yaml configuration file. This works for assembler copies, but unfortunately not for assembler macros (they will open an issue in the ZOE project for that).
the zapp.yaml is a manual edited configuration for DBB userbuild and the required propertyGroups for resolving dependencies in ZOE - comparable to a local propertyGroup and the DBB configuration in IDz. A description can be found here: https://ibm.github.io/zopeneditor-about/Docs/zapp.html#zapp-use-cases (I know you know already this)
The main advantage of configuring all necessary information in a yaml file is the possibility to manage it with Git. So it is much easier for a developer to set up his environment after checking out a new project.