We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gjq
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
123456
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As per the docs, the following works as expected:
A trivial example, which you would expect to output
123456
returns nothing but a new linejira 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
The text was updated successfully, but these errors were encountered: