{"id":21805809,"url":"https://github.com/michaelsp/jira-estimates","last_synced_at":"2025-04-13T20:02:13.501Z","repository":{"id":36956480,"uuid":"486538487","full_name":"MichaelSp/jira-estimates","owner":"MichaelSp","description":"update estimates in jira tickets","archived":false,"fork":false,"pushed_at":"2024-10-28T08:49:46.000Z","size":9019,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-31T10:49:18.844Z","etag":null,"topics":["estimates","github","github-actions","jira","story-points"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MichaelSp.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-28T09:58:21.000Z","updated_at":"2024-08-26T20:21:54.000Z","dependencies_parsed_at":"2023-01-17T08:15:56.559Z","dependency_job_id":"36c5c5d6-8ad3-4c15-8f36-2a2dbb0158dd","html_url":"https://github.com/MichaelSp/jira-estimates","commit_stats":{"total_commits":254,"total_committers":3,"mean_commits":84.66666666666667,"dds":0.05905511811023623,"last_synced_commit":"531fef7a57d7c1cb13a10a363351945709a0bd56"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelSp%2Fjira-estimates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelSp%2Fjira-estimates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelSp%2Fjira-estimates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelSp%2Fjira-estimates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelSp","download_url":"https://codeload.github.com/MichaelSp/jira-estimates/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226745351,"owners_count":17675027,"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":["estimates","github","github-actions","jira","story-points"],"created_at":"2024-11-27T12:15:57.540Z","updated_at":"2024-11-27T12:15:59.579Z","avatar_url":"https://github.com/MichaelSp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sync GitHub estimation labels with Jira\n\nThis action will hook into the issues and export the first value of the label that has exactly one number to jira as `Story Points`.\n\nIt will either use the `string` input or the content of the issue to search for an [auto-link](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/configuring-autolinks-to-reference-external-resources) or the regex pattern `/([a-zA-Z0-9]+-[0-9]+)/`.\n\n## Usage\n\n```yaml\nname: Jira Estimate Sync\non:\n  issues:\n    types:\n    - opened\n    - edited\n    - deleted\n    - labeled\n    - unlabeled\n\n  pull_request:\n    types:\n    - labeled\n    - unlabeled\n    - opened\n    - edited\n\njobs:\n  sync-estimates:\n    runs-on: ubuntu-latest\n\n    steps:\n      - uses: MichaelSp/jira-estimates@v1\n        with:\n          jira-url: https://jira.at.your.company\n          jira-username: ${{ secrets.JIRA_USERNAME }}\n          jira-password: ${{ secrets.JIRA_PASSWORD }}\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelsp%2Fjira-estimates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelsp%2Fjira-estimates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelsp%2Fjira-estimates/lists"}