class Geera::Jira

Defined in:

jira/jira.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(domain : Nil | String, login : Nil | String, token : Nil | String) #

[View source]

Instance Method Detail

def client : HTTP::Client | Nil #

[View source]
def configure #

[View source]
def domain : String #

[View source]
def get_boards #

[View source]
def get_config : Geera::JiraConfig #

[View source]
def get_issue(issue_key) #

[View source]
def get_project(boards, board_id) #

[View source]
def http_get(jira_path) #

[View source]
def login : String | Nil #

[View source]
def project_id : Int32 | Nil #

[View source]
def project_key : String | Nil #

[View source]
def subdomain : String | Nil #

[View source]
def token : String | Nil #

[View source]