class JIRA::Client

Public Instance Methods

Epic() click to toggle source
# File lib/terjira/ext/jira_ruby.rb, line 77
def Epic
  JIRA::Resource::EpicFactory.new(self)
end
StatusCategory() click to toggle source
# File lib/terjira/ext/jira_ruby.rb, line 81
def StatusCategory
  JIRA::Resource::StatusCategoryFactory.new(self)
end