{"id":17006066,"url":"https://github.com/duologic/hubot-jira-connector","last_synced_at":"2026-04-28T21:03:53.570Z","repository":{"id":57269030,"uuid":"47892398","full_name":"Duologic/hubot-jira-connector","owner":"Duologic","description":"Use jira-connector with Hubot","archived":false,"fork":false,"pushed_at":"2015-12-14T09:26:55.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T23:01:53.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/Duologic.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-12-12T19:55:14.000Z","updated_at":"2019-09-23T16:38:00.000Z","dependencies_parsed_at":"2022-09-02T05:41:16.218Z","dependency_job_id":null,"html_url":"https://github.com/Duologic/hubot-jira-connector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Duologic/hubot-jira-connector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Fhubot-jira-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Fhubot-jira-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Fhubot-jira-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Fhubot-jira-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Duologic","download_url":"https://codeload.github.com/Duologic/hubot-jira-connector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duologic%2Fhubot-jira-connector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32399039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-14T05:04:55.830Z","updated_at":"2026-04-28T21:03:53.554Z","avatar_url":"https://github.com/Duologic.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Image Alt](https://i.creativecommons.org/l/by-sa/4.0/80x15.png)](http://creativecommons.org/licenses/by-sa/4.0/)\n\n# hubot-jira-connector\n\nUse [jira-connector](https://www.npmjs.com/package/jira-connector) with Hubot\n\nSee [`src/hubot-jira-connector.coffee`](src/hubot-jira-connector.coffee) for full documentation.\n\n## Installation\n\nIn hubot project repo, run:\n\n`npm install hubot-jira-connector --save`\n\nThen add **hubot-jira-connector** to your `external-scripts.json`:\n\n```json\n[\n  \"hubot-jira-connector\"\n]\n```\n\n## Configuration\n\nTo use this, you'll need to setup an application link using OAuth with Jira, see [jira-connector documentation](https://github.com/floralvikings/jira-connector#oauth-authentication) for more information.\n\nFollowing environment variables are required before running:\n\n```\nexport HUBOT_JIRA_CONNECTOR_HOST=company.atlassian.net\nexport HUBOT_JIRA_CONNECTOR_PRIVATE_KEY=/path/to/private-key.pem\nexport HUBOT_JIRA_CONNECTOR_CONSUMER_KEY=\u003ckey configured in jira\u003e\nexport HUBOT_JIRA_CONNECTOR_TOKEN=\u003ctoken from jira\u003e\nexport HUBOT_JIRA_CONNECTOR_TOKEN_SECRET=\u003ctoken secret from jira\u003e\n```\n\n## Sample Interaction\n\n```\nuser1\u003e\u003e hubot list jira projects\nhubot\u003e\u003e PROJ, APP\n\nuser1\u003e\u003e let's talk about APP-217\nhubot\u003e\u003e \u003chttps://company.atlassian.net/browse/APP-217|APP-217\u003e: Application is broken\nReporter: *Duologic*    Priority: *Urgent*\n\nuser1\u003e\u003e hubot comments for ticket PROJ-13\n*user1*: We need to fix this.\n--\n*user2*: I already fix this in pull request #42\n--\n\nuser1\u003e\u003e hubot debug ticket PROJ-14\nhubot\u003e\u003e { \u003cjson output of ticket\u003e }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduologic%2Fhubot-jira-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduologic%2Fhubot-jira-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduologic%2Fhubot-jira-connector/lists"}