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
$ jira-cli view --search-jql '"Epic Link" = EG-3769' Traceback (most recent call last): File "/usr/bin/jira-cli", line 9, in <module> load_entry_point('jira-cli==2.1.5', 'console_scripts', 'jira-cli')() File "/usr/lib/python3.5/site-packages/jiracli/interface.py", line 267, in cli return post_args.cmd(jira, post_args).execute() File "/usr/lib/python3.5/site-packages/jiracli/processor.py", line 27, in execute return self.eval() File "/usr/lib/python3.5/site-packages/jiracli/processor.py", line 54, in eval elif self.args.verbosity > 1: TypeError: unorderable types: NoneType() > int()
The text was updated successfully, but these errors were encountered:
Merge pull request #56 from AlJohri/master
4fd68b4
fixes issues #50, #54, #55
fixed by #56
Sorry, something went wrong.
Thanks @AlJohri
No branches or pull requests
The text was updated successfully, but these errors were encountered: