{"id":19558284,"url":"https://github.com/sbimochan/ticket-link-appender","last_synced_at":"2026-01-05T23:02:20.022Z","repository":{"id":45259072,"uuid":"442063633","full_name":"sbimochan/ticket-link-appender","owner":"sbimochan","description":"Appends jira or other project board ticket link to description","archived":false,"fork":false,"pushed_at":"2024-03-22T08:06:39.000Z","size":197,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T20:45:48.428Z","etag":null,"topics":["actions","bots","jira","project-management"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/ticket-link-appender","language":"JavaScript","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/sbimochan.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-12-27T05:51:22.000Z","updated_at":"2024-05-03T11:01:54.000Z","dependencies_parsed_at":"2024-11-11T04:46:48.119Z","dependency_job_id":null,"html_url":"https://github.com/sbimochan/ticket-link-appender","commit_stats":{"total_commits":39,"total_committers":1,"mean_commits":39.0,"dds":0.0,"last_synced_commit":"1a49ff81a8617d1cf171bf7dbdc124b956653e78"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbimochan%2Fticket-link-appender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbimochan%2Fticket-link-appender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbimochan%2Fticket-link-appender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbimochan%2Fticket-link-appender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbimochan","download_url":"https://codeload.github.com/sbimochan/ticket-link-appender/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245473493,"owners_count":20621245,"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","bots","jira","project-management"],"created_at":"2024-11-11T04:46:41.696Z","updated_at":"2026-01-05T23:02:19.963Z","avatar_url":"https://github.com/sbimochan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ticket Link Appender\n\nThis action automatically updates your pull request by heuristically searching ticket link from your Jira or other project tracking software and appends on your pull request.\n\n\u003e This tool can be used with other project tracking tools like ClickUp as well. Let's explore together!\n\n## Settings\n\n`jira-project-url`\n\n**Required** Add your jira link in ticket link format.\nE.g:\n`https://jira.atlassian.net/browse`\n\n`ticket-regex-title`\n\n**Optional** You can add custom regex if your PR description seems to be different but I encourage to have same standard world wide.\n\n#### PR summary example:\n\n`XYZ-1234: This is an amazing feature`\n\n## Outputs\n\nAppends ticket link in your PR description:\n\nJira Link: https://jira.atlassian.net/browse/JPT-1571\n\n## Example usage\n\n`GITHUB_TOKEN` will automatically be there.\n\n```yaml\nuses: sbimochan/ticket-link-appender@v1.16\n  with:\n    jira-project-url: https://jira.atlassian.net/browse\n    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### Full example\n\n```yaml\non: pull_request\n\njobs:\n  example_pr_link:\n    runs-on: ubuntu-latest\n    name: Auto ticket link appender\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v1\n\n      - name: Append ticket link\n        uses: sbimochan/ticket-link-appender@v1.16\n\n        with:\n          jira-project-url: https://jira.atlassian.net/browse\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\n### Recommendations:\n\n\u003e Smart Commit\n\nThis makes your commits and PR summary consistent.\n\n\u003ca href=\"https://github.com/sbimochan/smart-commit\" target=\"_blank\"\u003eCheck repo.\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbimochan%2Fticket-link-appender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbimochan%2Fticket-link-appender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbimochan%2Fticket-link-appender/lists"}