{"id":15099348,"url":"https://github.com/staffbase/github-action-issue-id-collection","last_synced_at":"2026-01-07T02:10:29.456Z","repository":{"id":39583430,"uuid":"244596444","full_name":"Staffbase/github-action-issue-id-collection","owner":"Staffbase","description":"A GitHub action that collects all JIRA issue-IDs between the last two created Tags and produces them as output","archived":false,"fork":false,"pushed_at":"2024-04-01T19:51:51.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-04-14T12:55:14.673Z","etag":null,"topics":["actions","github-actions","jira"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Staffbase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-03T09:39:03.000Z","updated_at":"2024-05-01T07:37:57.212Z","dependencies_parsed_at":"2024-05-01T07:50:55.077Z","dependency_job_id":null,"html_url":"https://github.com/Staffbase/github-action-issue-id-collection","commit_stats":{"total_commits":23,"total_committers":7,"mean_commits":"3.2857142857142856","dds":0.6956521739130435,"last_synced_commit":"ca3ad340c925c0af49b0329e4e6ff27e9369a003"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-issue-id-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-issue-id-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-issue-id-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-issue-id-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staffbase","download_url":"https://codeload.github.com/Staffbase/github-action-issue-id-collection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858880,"owners_count":20684057,"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":["actions","github-actions","jira"],"created_at":"2024-09-25T17:11:04.891Z","updated_at":"2026-01-07T02:10:29.378Z","avatar_url":"https://github.com/Staffbase.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Issue-ID Collector\n\n## Description\n\nThis GitHub action goes through every commit between the last two Tags created and collects every Issue-ID/Ticket-ID (e.g. `PAC-123`, `LOL-321`, `ABCD-000`) and filters them to only contain unique IDs. \nIt produces the resulting List of IDs as an output together with the current Tags name.\n\n## Usage\n\nIn your github-workflow, include the following step:\n\n```yaml\n- name: Fetch Ticket Ids\n  id: fetchTicketIds\n  uses: Staffbase/github-action-issue-id-collection@master\n  env:\n    TAG_MATCHER: v*-web (default '.*')\n```\n\n## Outputs:\n\n- `tIDs`: List of Ticket-IDs, seperated by comma\n- `tagName`: Name of the current Tag\n\n## How to release\n\nJust edit the DRAFT release on the [Releases page](https://github.com/Staffbase/github-action-issue-id-collection/releases)  and publish it with a new git tag.\n\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## License\n\nThis project is licensed under the Apache-2.0 License - see the [LICENSE.md](LICENSE) file for details.\n\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003cimg src=\"docs/assets/images/staffbase.png\" alt=\"Staffbase GmbH\" width=\"96\" /\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003cb\u003eStaffbase GmbH\u003c/b\u003e\n      \u003cbr /\u003eStaffbase is an internal communications platform built to revolutionize the way you work and unite your company. Staffbase is hiring: \u003ca href=\"https://jobs.staffbase.com\" target=\"_blank\" rel=\"noreferrer\"\u003ejobs.staffbase.com\u003c/a\u003e\n      \u003cbr /\u003e\u003ca href=\"https://github.com/Staffbase\" target=\"_blank\" rel=\"noreferrer\"\u003eGitHub\u003c/a\u003e | \u003ca href=\"https://staffbase.com/\" target=\"_blank\" rel=\"noreferrer\"\u003eWebsite\u003c/a\u003e | \u003ca href=\"https://jobs.staffbase.com\" target=\"_blank\" rel=\"noreferrer\"\u003eJobs\u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaffbase%2Fgithub-action-issue-id-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaffbase%2Fgithub-action-issue-id-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaffbase%2Fgithub-action-issue-id-collection/lists"}