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

GJSON / gjq doesn't appear to work with query paths #485

Open
Honest-Objections opened this issue Feb 17, 2023 · 0 comments
Open

GJSON / gjq doesn't appear to work with query paths #485

Honest-Objections opened this issue Feb 17, 2023 · 0 comments

Comments

@Honest-Objections
Copy link

As per the docs, the following works as expected:

jira view JIRAT-1234 --gjq 'fields.issuelinks.#.id'
# ["123456"]

A trivial example, which you would expect to output 123456 returns nothing but a new line

jira view JIRAT-1234 --gjq 'fields.issuelinks.#(id=="123456").id'

This would be crazy powerful! I hope someone can tell me what I'm doing wrong, but I have tried a lot of variations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant