JQL

An Ecto-like DSL for the Jira Query Language

[!WARNING] This library is currently experimental. It will have bugs, the API may completely change, and error messages may be obtuse. Use at your own risk.

Example

days = -7
JQL.query(:status == Done and :created >= {:days, ^days})

Roadmap

Installation

def deps do
  [
    {:jql, "~> 0.0.1"}
  ]
end