keepcosmos / terjira

Terjira is a very interactive and easy to use CLI tool for Jira.
MIT License
877 stars 38 forks source link

undefined method `name' for #<JIRA::Resource::User:0x00007fdbab0bb128> #89

Closed nathan-fiscaletti closed 4 years ago

nathan-fiscaletti commented 4 years ago

I try to look at the summary for an issue and instead receive this error:

$ jira issue 'TODO-210'
undefined method `name' for #<JIRA::Resource::User:0x00007fdbab0bb128>
nathan-fiscaletti commented 4 years ago

This may have something to do with using Google OAuth for all of our Jira users.

nicklan commented 4 years ago

I'm also running into this, started a few days ago for me. I'm also using google oauth

MadBomber commented 4 years ago

i get it too running Ruby 2.7.0

ezracelli commented 4 years ago

+1, also using Google OAuth (used an API key to jira login)

mrusme commented 4 years ago

I'm running terjira (0.4.5) and this issue still occurs. Anyone else having trouble?

skrshisode commented 4 years ago

I'm running terjira (0.4.5). The issue still exists. But it could because of some other reason. When I run jira issue ls --issuetype --assignee it throws an error after I select required params: .gem/ruby/2.7.0/gems/terjira-0.4.5/lib/terjira/client/issue.rb:10: warning: deprecated Object#=~ is called on JIRA::Resource::User; it always returns nil Empty

terrymunro commented 4 years ago

+1, also running 0.4.5, company using Google OAuth and getting both: