Matthew
Matthew
Ah, now I see. I was editing the formatter and using the names specified in the API. I was using the wrong names then. I'll give that a go and...
@brettweavnet So I gave that a quick look just now. It seems the [objects that are being iterated to list cards](https://github.com/brettweavnet/trello_cli/blob/master/lib/trello_cli/formatters/card_list.rb#L5) contents only have the properties _name_, _id_ and _desc_...
Excellent. I'll fork the repo and have a look at that tonight. Thanks for your help!
Here is the full stacktrace. ``` Traceback (most recent call last): File "C:\Python27\lib\runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "C:\Python27\lib\runpy.py", line 72, in _run_code exec code in...
These are the version I'm using: jira (0.50) jiracli (0.4.3) I'll grab a distro in a while and give it a go.
Hey @toabctl just tried out jiracli on a Linux on a VM. It's able to communicate with Jira and doesn't spit those errors all right. Any thoughts on how to...
No problem. I'll play around with it when I have some time soon, might put in a pull request.
What's the status on pull requests? Is @AndreTheHunter available to become a collaborator? Would like to see some updates and probably add a few features of my own.
Hey, just noticed this bug while looking for a solution to another issue. I ran into this issues when using ruby Rake and a few other command line tools that...