{"id":41779278,"url":"https://github.com/drone/drone-jira","last_synced_at":"2026-01-25T03:34:48.100Z","repository":{"id":40454396,"uuid":"350870335","full_name":"drone/drone-jira","owner":"drone","description":"Drone plugin for sending build and deployment status updates to Jira","archived":false,"fork":false,"pushed_at":"2024-11-17T23:52:10.000Z","size":152,"stargazers_count":6,"open_issues_count":4,"forks_count":20,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-04T08:32:50.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-23T22:05:38.000Z","updated_at":"2025-10-18T13:15:08.000Z","dependencies_parsed_at":"2024-06-19T09:55:00.435Z","dependency_job_id":"8aec8227-cda8-4dda-9635-a1151a1a2e64","html_url":"https://github.com/drone/drone-jira","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/drone/drone-jira","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-jira","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-jira/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-jira/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-jira/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drone","download_url":"https://codeload.github.com/drone/drone-jira/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone%2Fdrone-jira/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28742975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T02:46:29.005Z","status":"ssl_error","status_checked_at":"2026-01-25T02:44:29.968Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2026-01-25T03:34:48.027Z","updated_at":"2026-01-25T03:34:48.081Z","avatar_url":"https://github.com/drone.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone-jira\n\nA plugin to attach build and deployment details to a Jira issue. For information on how to use the plugin with drone there is a video [here](https://youtu.be/YIKbLeY1-gI)\n\n## Building\n\nBuild the plugin binary:\n\n```text\nscripts/build.sh\n```\n\nBuild the plugin image:\n\n```text\ndocker build -t plugins/jira -f docker/Dockerfile .\n```\n\n## Testing\n\nExecute the plugin from your current working directory:\n\n```text\ndocker run --rm \\\n  -e DRONE_COMMIT_SHA=8f51ad7884c5eb69c11d260a31da7a745e6b78e2 \\\n  -e DRONE_COMMIT_BRANCH=master \\\n  -e DRONE_COMMIT_AUTHOR=octocat \\\n  -e DRONE_COMMIT_AUTHOR_EMAIL=octocat@github.com \\\n  -e DRONE_COMMIT_MESSAGE=\"DRONE-42 updated the readme\" \\\n  -e DRONE_BUILD_NUMBER=43 \\\n  -e DRONE_BUILD_STATUS=success \\\n  -e DRONE_BUILD_LINK=https://cloud.drone.io \\\n  -e PLUGIN_CLOUD_ID=${JIRA_CLOUD_ID} \\\n  -e PLUGIN_CLIENT_ID=${JIRA_CLIENT_ID} \\\n  -e PLUGIN_CLIENT_SECRET=${JIRA_CLIENT_SECRET} \\\n  -e PLUGIN_PROJECT=${JIRA_PROJECT} \\\n  -e PLUGIN_PIPELINE=drone \\\n  -e PLUGIN_ENVIRONMENT=production \\\n  -e PLUGIN_STATE=successful \\\n  -w /drone/src \\\n  -v $(pwd):/drone/src \\\n  plugins/jira\n```\n\n## Plugin Settings\n- `LOG_LEVEL` debug/info Level defines the plugin log level. Set this to debug to see the response from jira\n- `CLOUD_ID` Atlassian Cloud ID (required)\n- `CLIENT_ID` Atlassian Oauth2 Client ID (required)\n- `CLIENT_SECRET` Atlassian Oauth2 Client Secret (required)\n- `INSTANCE` Site Name (optional)\n- `PROJECT` Project Name (required)\n- `PIPELINE` Pipeline Name (optional)\n- `ENVIRONMENT_NAME` Deployment environment (optional)\n- `LINK` Link to deployment (optional)\n- `STATE` State of the deployment (optional)\n\t\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone%2Fdrone-jira","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrone%2Fdrone-jira","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone%2Fdrone-jira/lists"}