{"id":21417326,"url":"https://github.com/staffbase/github-action-jira-release-tagging","last_synced_at":"2026-05-18T08:32:58.566Z","repository":{"id":39800068,"uuid":"244602283","full_name":"Staffbase/github-action-jira-release-tagging","owner":"Staffbase","description":"A GitHub action that consumes a list of issue-IDs and updates their release-date tag","archived":false,"fork":false,"pushed_at":"2024-04-01T19:52:26.000Z","size":1330,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-04-14T12:55:14.540Z","etag":null,"topics":["actions","github-actions","jira"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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-03T10:05:42.000Z","updated_at":"2024-05-01T07:31:54.097Z","dependencies_parsed_at":"2023-02-02T12:16:39.054Z","dependency_job_id":"1f7fc236-006f-42e8-b6f3-6d763669babb","html_url":"https://github.com/Staffbase/github-action-jira-release-tagging","commit_stats":{"total_commits":80,"total_committers":6,"mean_commits":"13.333333333333334","dds":0.525,"last_synced_commit":"73c69a9835158e337a1e369edb14ede8d344a5d8"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-jira-release-tagging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-jira-release-tagging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-jira-release-tagging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Staffbase%2Fgithub-action-jira-release-tagging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Staffbase","download_url":"https://codeload.github.com/Staffbase/github-action-jira-release-tagging/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918629,"owners_count":20368745,"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-11-22T19:14:37.359Z","updated_at":"2026-05-18T08:32:58.498Z","avatar_url":"https://github.com/Staffbase.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jira Release Annotator\n\n## Description\n\nA GitHub action that uses a tag name and a list of Issue-IDs and updates their release-tag on JIRA using the JIRA-API.\n\n## Usage\n\n\u003e ##### Note: this action requires [Jira Login Action](https://github.com/marketplace/actions/jira-login)\n\n```yaml\n- name: Add release notes to JIRA tickets\n  uses: Staffbase/github-action-jira-release-tagging@master\n  env:\n      JIRA_BASEURL: ${{ vars.JIRA_BASEURL }}\n      JIRA_TOKEN: ${{ secrets.JIRA_TOKEN }}\n      JIRA_EMAIL: ${{ vars.JIRA_EMAIL }}\n  with:\n      issueIds: ABC-1234,DE-5,F-67\n      componentName: jira-release-action\n      tagName: 2020.3.3\n```\n\n## Action Spec:\n\n### Environment variables\n\n- `JIRA_BASEURL` - base url of jira (default: https://mitarbeiterapp.atlassian.net)\n- `JIRA_TOKEN` - api token to use for Jira\n- `JIRA_EMAIL` - email of the owner of the Jira api token\n\n### Inputs\n\n- `issueIds` (required) - Comma separated list of Jira issues to update. Example: RE-1486,RE-1489\n- `componentName` (required) - The name of the component (service) to add as label to the issues\n- `tagName` (required) - The (git) release tag to add as label to the issues\n- `releaseDate` (optional) - The date to use as release date, default is 'now'\n- `notifyUsers` (optional) - Whether to notify user watching the Jira issues, default is 'false'\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-jira-release-tagging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaffbase%2Fgithub-action-jira-release-tagging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaffbase%2Fgithub-action-jira-release-tagging/lists"}