Skip to content
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

[zos-jobs] Listing by correlator doesn't work #242

Closed
t1m0thyj opened this issue Dec 13, 2023 · 1 comment · Fixed by #246
Closed

[zos-jobs] Listing by correlator doesn't work #242

t1m0thyj opened this issue Dec 13, 2023 · 1 comment · Fixed by #246

Comments

@t1m0thyj
Copy link
Member

on list_jobs() I tried to use the correlator and z/OSMF kept saying "invalid correlator"
but it worked on spool_files() or whatever that interface is
using the job-correlator property returned from submit

Thanks to @tucker01 for reporting this 🙂

It seems like we are hardcoding "owner" to always be present on the payload which is probably why the correlator has no effect:

params["owner"] = owner if owner else self.session.user
if user_correlator:
params["user-correlator"] = user_correlator

Copy link

Thank you for creating a bug report.
We will investigate the bug and evaluate its impact on the product.
If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

@samadpls samadpls mentioned this issue Dec 26, 2023
4 tasks
@t1m0thyj t1m0thyj moved this to Medium Priority in Zowe CLI Squad Dec 26, 2023
@github-project-automation github-project-automation bot moved this from Medium Priority to Closed in Zowe CLI Squad Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants