create with description does not work for me
Closed this issue · 5 comments
romanrev commented
Another issue, when trying to create a ticket with description:
pt create "titile of the issue here" ~"My Name" ~bug -m "Description of the issue"
/Users/roman/.rvm/gems/ruby-1.9.3-p392/gems/pt-0.6.4/lib/pt/ui.rb:115:in `create': undefined method `create_task_with_description' for #<PT::Client:0x007fb22c0323f8 @project=nil> (NoMethodError)
from /Users/roman/.rvm/gems/ruby-1.9.3-p392/gems/pt-0.6.4/lib/pt/ui.rb:20:in `initialize'
from /Users/roman/.rvm/gems/ruby-1.9.3-p392/gems/pt-0.6.4/bin/pt:10:in `new'
from /Users/roman/.rvm/gems/ruby-1.9.3-p392/gems/pt-0.6.4/bin/pt:10:in `<top (required)>'
from /Users/roman/.rvm/gems/ruby-1.9.3-p392/bin/pt:19:in `load'
from /Users/roman/.rvm/gems/ruby-1.9.3-p392/bin/pt:19:in `<main>'
from /Users/roman/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `eval'
from /Users/roman/.rvm/gems/ruby-1.9.3-p392/bin/ruby_noexec_wrapper:14:in `<main>'
orta commented
Thanks for this will take a look into it
orta commented
oh, there was a typo on that function 👎
orta commented
This is in 0.7
romanrev commented
Thanks for fixing that! Just noticed the typo myself: descriptionz in the client.rb
. You did not push that change to git, did you?
orta commented
I did not, I did just now! 👍