{"id":13509517,"url":"https://github.com/mattweldon/exjira","last_synced_at":"2025-10-30T15:45:48.212Z","repository":{"id":25320373,"uuid":"28747301","full_name":"mattweldon/exjira","owner":"mattweldon","description":"JIRA client library for Elixir","archived":false,"fork":false,"pushed_at":"2015-02-14T23:57:57.000Z","size":236,"stargazers_count":6,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-21T15:36:22.609Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattweldon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-03T15:34:54.000Z","updated_at":"2017-12-21T20:15:50.000Z","dependencies_parsed_at":"2022-08-24T04:40:25.641Z","dependency_job_id":null,"html_url":"https://github.com/mattweldon/exjira","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattweldon/exjira","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattweldon%2Fexjira","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattweldon%2Fexjira/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattweldon%2Fexjira/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattweldon%2Fexjira/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattweldon","download_url":"https://codeload.github.com/mattweldon/exjira/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattweldon%2Fexjira/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281834995,"owners_count":26569853,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T02:01:08.965Z","updated_at":"2025-10-30T15:45:48.192Z","avatar_url":"https://github.com/mattweldon.png","language":"Elixir","funding_links":[],"categories":["Third Party APIs"],"sub_categories":[],"readme":"# ExJira\n\nA JIRA client library for Elixir using \u003ca href=\"https://github.com/tim/erlang-oauth/\" target=\"_blank\"\u003eerlang-oauth\u003c/a\u003e to call the \u003ca href=\"https://docs.atlassian.com/jira/REST/latest/\" target=\"_blank\"\u003eJIRA REST API\u003c/a\u003e.\n\nA non-trivial project to help me get started using Elixir - Currently WIP.\n\n\n### Usage\n\n#### 1. Add dependencies\n\nAdd the following to the deps section in `mix.exs`.\n\n```elixir\ndefp deps do\n  [\n    {:oauth, github: \"tim/erlang-oauth\"},\n    {:extwitter, \"~\u003e 0.1\"}\n  ]\nend\n```\n\n#### 2. Setup OAuth parameters\n\nUse `ExJira.configure` to setup the JIRA OAuth parameters. See the Configuration section below for further details.\n\n#### 3. Access JIRA endpoints\n\nCall the functions in the ExJira module (e.g. `ExJira.projects` to return all projects or `ExJira.project(\"KEY\")` to return a specifc one).\n\n\n### Configuration\n\nThere are three ways to configure ExJira:\n\n#### Using config.exs\n\nIn `config/config.exs` add the following:\n\n```elixir\nconfig :ex_jira, [\n  site: \"http://youraccount.atlassian.net\",\n  private_key_file: \"private_key.pem\"\n  consumer_key: \"\"\n]\n```\n\n#### Across the application at runtime\n\n```elixir\nExJira.configure([consumer_key: \"\", ...])\n```\n\n#### For the current process at runtime\n\n```elixir\nExJira.configure(:process, [consumer_key: \"\", ...])\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattweldon%2Fexjira","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattweldon%2Fexjira","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattweldon%2Fexjira/lists"}