zowe / zowe-cli

Zowe CLI
Eclipse Public License 2.0
108 stars 85 forks source link

Refactor Jobs APIs in V3 #2145

Open awharn opened 1 month ago

awharn commented 1 month ago

Some Jobs APIs have a lot of required and optional parameters that might be better suited to be provided in an interface.

_Originally raised by @zFernand0 in https://github.com/zowe/zowe-cli/pull/2142#discussion_r1603397466_

However, others just log a trace and pass parameters directly to a common function (i.e. submitJclNotify to submitJclNotifyCommon, and submitJob to submitJobCommon)

We may want to investigate if we should change those functions in V3 to just use the same parameters as the common methods, or remove the common methods in favor of those methods.

_Originally raised in https://github.com/zowe/zowe-cli/pull/2142#discussion_r1603425651_

github-actions[bot] commented 1 month ago

Thank you for raising this enhancement request. The community has 90 days to vote on it. If the enhancement receives at least 5 upvotes, it is added to our development backlog. If it receives fewer votes, the issue is closed.