# File lib/jira/resource/agile.rb, line 11 def self.all(client) response = client.get(path_base(client) + '/board') parse_json(response.body) end