class JiraApi::Client

Defined in:

jira_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(username : String, password : String, host : String) #

[View source]
def self.new(username : String, password : String, http_client : HTTP::Client) #

[View source]

Instance Method Detail

def getAllBoards #

[View source]
def getAllSprints(board_id : Int32) #

[View source]
def getBoard(board_id : Int32) #

[View source]
def getIssuesForSprint(board_id : Int32, sprint_id : Int32, expand : Array(String) | Nil = nil, maxResults : Int32 | Nil = nil) : Array(Issue) #

[View source]