{"id":20589682,"url":"https://github.com/coreos/triagebot","last_synced_at":"2025-07-05T09:05:58.916Z","repository":{"id":46500504,"uuid":"361034361","full_name":"coreos/triagebot","owner":"coreos","description":"Simple Slack triage helper for Jira bugs","archived":false,"fork":false,"pushed_at":"2024-11-18T17:49:01.000Z","size":73,"stargazers_count":3,"open_issues_count":5,"forks_count":5,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-14T22:09:17.503Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://quay.io/repository/coreos/triagebot","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coreos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2021-04-24T00:12:32.000Z","updated_at":"2024-11-18T17:49:05.000Z","dependencies_parsed_at":"2022-09-04T07:32:44.436Z","dependency_job_id":"083d1f21-a25c-4faf-bfaf-39443e616dbf","html_url":"https://github.com/coreos/triagebot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coreos/triagebot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Ftriagebot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Ftriagebot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Ftriagebot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Ftriagebot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coreos","download_url":"https://codeload.github.com/coreos/triagebot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coreos%2Ftriagebot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263715327,"owners_count":23500242,"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","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-11-16T07:30:39.444Z","updated_at":"2025-07-05T09:05:58.895Z","avatar_url":"https://github.com/coreos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Triagebot\n\nThis is a Slack bot to help with triaging Jira issues.  It reports new issues to a designated Slack channel and tracks whether the issues have been triaged.\n\n## Flows\n\n- New issue arrives on a configured Jira project and component →\n  send message to channel and pin it to the channel\n- Open issue with default or no assignee arrives on a configured component →\n  same behavior as New issue\n- \"Resolve\" button clicked on an issue message →\n  unpin message from channel, update message to show that the issue is resolved, log resolution as threaded reply\n- \"Time out\" button clicked on an issue message where the issue has \"Need Info From\" set →\n  set timer, update message to show that a timeout has been set, log threaded reply\n- Issue with pending timeout is moved out of the monitored components or out of New, is assigned, has \"Need Info From\" cleared, or gets a new issue comment →\n  clear timeout, update message to remove timeout, log threaded reply\n- Issue with pending timeout reaches the timeout →\n  post comment to the issue and close it as Cannot Reproduce, mark issue resolved\n- Bot mentioned in `unresolve` message in issue thread →\n  repin message to channel, update message to show that the issue is unresolved\n- Resolved issue is moved to New or to any open state with default or no assignee, in a configured component →\n  same behavior as `unresolve` message; also send threaded reply noting the change in issue status\n- Bot mentioned with `track \u003cissue-key|issue-URL\u003e` →\n  same behavior as New issue; also send threaded reply noting which user requested tracking\n\n## Installing\n\nA `setup.cfg` would be nice, but we don't have one right now.\n\n```sh\ncd ~\ngit clone https://github.com/coreos/triagebot\ncd triagebot\nvirtualenv env\nenv/bin/pip install -r requirements.txt\nenv/bin/python triagebot.py\n```\n\nAlternatively, a [container image](https://quay.io/repository/coreos/triagebot) is available.\n\nYou'll also need to set up a Slack app in your workspace and get an API token for it, and to get a Jira personal access token.\n\n## Slack scopes\n\n- `app_mentions:read` - receive commands via mentions in channel\n- `chat:write` - send messages and threaded replies to channel\n- `im:write` - send error reports to the bot administrator\n- `pins:write` - pin/unpin unresolved threads in channel\n- `reactions:write` - react to command messages to indicate status\n\n## Config format\n\nSee [config.example](config.example).  Put this in `~/.triagebot` by default.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreos%2Ftriagebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoreos%2Ftriagebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoreos%2Ftriagebot/lists"}