ex_jira v0.0.5 API Reference

Modules

The ExJira Elixir package provides access to the JIRA REST API

Provides access to the Dashboard resource

Mock Client for use in testing. Theory behind this approach to mocks explained by José Valim here

Provides access to the Project resource

Helper module to convert parameters passed as a keyword list into a querystring

Provides the base request function and helper functions for GET and POST. All request functions return either {:ok, data} or {:error, reason}