{"id":44916687,"url":"https://github.com/cipher-fox/mantis-bug-tracker-action","last_synced_at":"2026-03-06T01:05:46.218Z","repository":{"id":184351907,"uuid":"671145975","full_name":"cipher-fox/mantis-bug-tracker-action","owner":"cipher-fox","description":"Mantis Bug Tracker Issue Creation Using Github Actions ✨📝","archived":false,"fork":false,"pushed_at":"2026-02-12T21:12:11.000Z","size":3691,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-27T13:41:44.126Z","etag":null,"topics":["action","bug","issue","mantisbt","tracker"],"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/cipher-fox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-26T16:35:35.000Z","updated_at":"2026-02-12T21:12:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"76fd8410-00e2-4a5a-a31a-becd2783b1a0","html_url":"https://github.com/cipher-fox/mantis-bug-tracker-action","commit_stats":{"total_commits":47,"total_committers":3,"mean_commits":"15.666666666666666","dds":"0.42553191489361697","last_synced_commit":"4bba20b0a6f764a9103f8a74199a318584d21ed4"},"previous_names":["mjorgegulab/mantis-bug-tracker-action","cipher-fox/mantis-bug-tracker-action"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/cipher-fox/mantis-bug-tracker-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipher-fox%2Fmantis-bug-tracker-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipher-fox%2Fmantis-bug-tracker-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipher-fox%2Fmantis-bug-tracker-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipher-fox%2Fmantis-bug-tracker-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cipher-fox","download_url":"https://codeload.github.com/cipher-fox/mantis-bug-tracker-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cipher-fox%2Fmantis-bug-tracker-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30156909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["action","bug","issue","mantisbt","tracker"],"created_at":"2026-02-18T02:03:25.557Z","updated_at":"2026-03-06T01:05:46.178Z","avatar_url":"https://github.com/cipher-fox.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Mantis Bug Tracker Issue Creation\" src=\"https://i.imgur.com/t2uIzKn.gif\"\u003e\n\u003c/p\u003e\n\nAutomate issue creation on Mantis Bug Tracker with this GitHub action. **It's free!**\n\n## [![Test Code](https://github.com/cipher-fox/mantis-bug-tracker-action/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/cipher-fox/mantis-bug-tracker-action/actions/workflows/tests.yml) [![CodeQL](https://github.com/cipher-fox/mantis-bug-tracker-action/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/cipher-fox/mantis-bug-tracker-action/actions/workflows/github-code-scanning/codeql) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/449abb03804c4d2b9cc2cbc4ac256e5e)](https://app.codacy.com/gh/cipher-fox/mantis-bug-tracker-action/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade) [![Known Vulnerabilities](https://snyk.io/test/github/cipher-fox/mantis-bug-tracker-action/badge.svg)](https://snyk.io/test/github/cipher-fox/mantis-bug-tracker-action)\n\n### Usage Example\n\nPlace the following in `/.github/workflows/mantisbt.yml`\n\n```yml\non:\n  issues:\n    types: [opened]\nname: 🚀 Open Mantis Bug Tracker Issue\njobs:\n  open-issue:\n    name: 🎉 Open MantisBT issue\n    runs-on: ubuntu-latest\n    steps:\n      - name: 📂 Open issue\n        uses: cipher-fox/mantis-bug-tracker-action@v1.0.0\n        with:\n          base-url: 'https://bt.mantis.com'\n          url: '/mantis/api/rest/issues'\n          token: ${{ secrets.MANTIS_BT_API_KEY }}\n          summary: ${{ github.event.issue.title }}\n          description: ${{ github.event.issue.body }}\n          project-id: '11'\n          category-id: '4'\n```\n\n### Setup Steps\n\n1. Select the repository you want to add the action to\n2. Select the `Actions` tab\n3. Select `Blank workflow file` or `Set up a workflow yourself`, if you don't see these options manually create a yaml file `Your_Project/.github/workflows/mantisbt.yml`\n4. Paste the example above into your yaml file and save\n5. Now you need to add a key to the `secrets` section in your project. To add a `secret` go to the `Settings` tab in your project then select `Secrets`. Add a new `Secret` for `password`\n6. Update your yaml file settings\n7. If you appreciate this github action give it a :star: or show off with one of the [badges below](#badge).\n\n---\n\n### Settings\n\nKeys can be added directly to your .yml config file or referenced from your project `Secrets` storage.\n\nTo add a `secret` go to the `Settings` tab in your project then select `Secrets`.\nI strongly recommend you store your `token` as a secret.\n\n#### _Action options_\n\n| Key Name         | Required | Example | Default Value | Description                               |\n| ---------------- |----------|---------|---------------|-------------------------------------------|\n| `skip-required`  | No       | `true`  | `false`       | Allow to skip the action required options |\n\n#### _HTTP client options_\n\n| Key Name         | Required | Example                   | Default Value | Description                                  |\n| ---------------- | -------- | ------------------------- | ------------- | -------------------------------------------- |\n| `base-url`       | Yes      | `https://bt.mantis.com`   | `null`        | The base url of the MantisBT instance        |\n| `url`            | Yes      | `/mantis/api/rest/issues` | `/`           | The url resource of the MantisBT API         |\n| `timeout`        | No       | `4000`                    | `5000`        | The http request timeout (ms)                |\n| `proxy-type`     | No       | `https`                   | `null`        | The proxy protocol to use: _HTTP_ or _HTTPS_ |\n| `proxy-host`     | No       | `127.0.0.1`               | `null`        | The proxy ip/address to use                  |\n| `proxy-port`     | No       | `8080`                    | `8080`        | The proxy port to use                        |\n| `proxy-username` | No       | `root`                    | `null`        | The proxy username                           |\n| `proxy-password` | No       | `toor`                    | `null`        | The proxy password                           |\n\n#### _MantisBT issue information_\n\n| Key Name                 | Required | Example                            | Default Value | Description                                     |\n|--------------------------|----------|------------------------------------| ------------- |-------------------------------------------------|\n| `token`                  | Yes      | `s7dgs8s6a8fa8d68sdgdgi`           | `null`        | The MantisBT API token                          |\n| `summary`                | Yes      | `Super Issue Title ✨`             | `null`        | The MantisBT issue summary field                |\n| `pre-summary`            | No       | `SuperProject [FRONT] \u003e`           | `null`        | Prepend a text before the summary               |\n| `description`            | Yes      | `Super Issue Description 📝`       | `null`        | The MantisBT issue description field            |\n| `additional-information` | No       | `Some Tiny Additional Information` | `null`        | The MantisBT issue additional information field |\n| `project-id`             | Yes      | `11`                               | `null`        | The MantisBT issue project id field             |\n| `category-id`            | Yes      | `4`                                | `null`        | The MantisBT issue category id field            |\n| `handler-name`           | No       | `me@test.com`                      | `null`        | The MantisBT issue handler name field           |\n| `view-state-name`        | No       | `private`                          | `null`        | The MantisBT issue view state name field        |\n| `priority-name`          | No       | `normal`                           | `null`        | The MantisBT issue priority name field          |\n| `severity-name`          | No       | `trivial`                          | `null`        | The MantisBT issue severity name field          |\n| `reproducibility-name`   | No       | `always`                           | `null`        | The MantisBT issue reproducibility name field   |\n| `tags`                   | No       | `git log front api`                | `null`        | The MantisBT issue tags names field             |\n\n\u003e Check Mantis Bug Tracker API documentation on [This Link](https://documenter.getpostman.com/view/29959/mantis-bug-tracker-rest-api/7Lt6zkP)\n\n### Outputs\n\nThis github action returns some variables once it has finished.\n\n| Key Name    | Example                                          | Description            |\n| ----------- | ------------------------------------------------ | ---------------------- |\n| `issue-id`  | `00645`                                          | The MantisBT issue id  |\n| `issue-url` | `https://bt.mantis.com/mantis/view.php?id=00645` | The MantisBT issue url |\n\n```yml\non:\n  issues:\n    types: [opened]\nname: 🚀 Open Mantis Bug Tracker Issue\njobs:\n  open-issue:\n    name: 🎉 Open MantisBT issue\n    runs-on: ubuntu-latest\n    steps:\n      - name: 📂 Open issue\n        id: mantisbt\n        uses: cipher-fox/mantis-bug-tracker-action@v1.0.0\n        with:\n          base-url: 'https://bt.mantis.com'\n          url: '/mantis/api/rest/issues'\n          token: ${{ secrets.MANTIS_BT_API_KEY }}\n          summary: ${{ github.event.issue.title }}\n          description: ${{ github.event.issue.body }}\n          project-id: '11'\n          category-id: '4'\n      - name: 🔤 Print output vars\n        run: echo \"Issue ID ==\u003e ${{ steps.mantisbt.outputs.issue-id }}\" \u0026\u0026 \\ \n             echo \"Issue URL ==\u003e ${{ steps.mantisbt.outputs.issue-url }}\"\n```\n\n# Common Examples\n\n#### Capture Github issue creation and publish it to MantisBT\n\n```yml\nname: Capture Github issue and open new mantis bug tracker issue\n\non:\n  issues:\n    types: [opened]\n\njobs:\n  main:\n    runs-on: ubuntu-latest\n    steps:\n      - name: MantisBT Issue\n        id: mantisbt\n        uses: cipher-fox/mantis-bug-tracker-action@v1.0.0\n        with:\n          base-url: 'https://bt.mantis.com'\n          url: '/mantis/api/rest/issues'\n          token: ${{ secrets.MANTIS_BT_API_KEY }}\n          summary: ${{ github.event.issue.title }}\n          description: ${{ github.event.issue.body }}\n          project-id: '11'\n          category-id: '4'\n```\n\n#### Capture Github issue, publish to mantis and update github issue\n\n```yml\nname: Open new mantis issue and update github issue\n\non:\n  issues:\n    types: [opened]\n\njobs:\n  main:\n    runs-on: ubuntu-latest\n    permissions:\n      issues: write\n    steps:\n      - name: MantisBT Issue\n        id: mantisbt\n        uses: cipher-fox/mantis-bug-tracker-action@v1.0.0\n        with:\n          base-url: 'https://bt.mantis.com'\n          url: '/mantis/api/rest/issues'\n          token: ${{ secrets.MANTIS_BT_API_KEY }}\n          summary: ${{ github.event.issue.title }}\n          description: ${{ github.event.issue.body }}\n          project-id: '11'\n          category-id: '4'\n      - name: Add Mantis URL as Issue Comment\n        uses: peter-evans/create-or-update-comment@v3\n        with:\n          issue-number: ${{ github.event.issue.number }}\n          body: |\n            \u003ca target=\"_blank\" href=\"${{ steps.mantisbt.outputs.issue-url }}\"\u003e\u003cimg src=\"https://i.imgur.com/vgIWfWf.png\" alt=\"drawing\" width=\"100\"/\u003e\u003c/a\u003e\n```\n\n#### Full example (all options) capturing Github issue, publish to mantis and update github issue\n\n```yml\nname: Open new mantis issue and update github issue\n\non:\n  issues:\n    types: [opened]\n\njobs:\n  main:\n    runs-on: ubuntu-latest\n    permissions:\n      issues: write\n    steps:\n      - name: MantisBT Issue\n        id: mantisbt\n        uses: cipher-fox/mantis-bug-tracker-action@v1.0.0\n        with:\n          base-url: 'https://bt.mantis.com'\n          url: '/mantis/api/rest/issues'\n          token: ${{ secrets.MANTIS_BT_API_KEY }}\n          timeout: '5000'\n          proxy-type: 'https'\n          proxy-host: '127.0.0.1'\n          proxy-port: '8080'\n          proxy-username: 'root'\n          proxy-password: 'toor'\n          pre-summary: 'SuperProject-01 [FRONT] \u003e'\n          summary: ${{ github.event.issue.title }}\n          description: ${{ github.event.issue.body }}\n          additional-information: 'Super additional info 🌟🌟🌟'\n          project-id: '11'\n          category-id: '4'\n          handler-name: 'hostmaster@localhost.com'\n          view-state-name: 'public'\n          priority-name: 'normal'\n          severity-name: 'trivial'\n          reproducibility-name: 'never'\n          tags: |-\n            issue\n            github\n            super_tag\n            front\n            api\n            back\n\n      - name: Add Mantis URL as Issue Comment\n        uses: peter-evans/create-or-update-comment@v3\n        with:\n          issue-number: ${{ github.event.issue.number }}\n          body: |\n            \u003ca target=\"_blank\" href=\"${{ steps.mantisbt.outputs.issue-url }}\"\u003e\u003cimg src=\"https://i.imgur.com/vgIWfWf.png\" alt=\"drawing\" width=\"100\"/\u003e\u003c/a\u003e\n```\n\n---\n\n_Want another example? Let me know by creating a [github issue](https://github.com/cipher-fox/mantis-bug-tracker-action/issues/new)_\n\n---\n\n## Badge\n\nIf you appreciate this github action give it a :star: or show off with one of the badges below. Feel free to edit the text or color.\n\n[\u003cimg alt=\"Bug Tracked With-Mantis Bug Tracker Github Action\" src=\"https://img.shields.io/badge/Bug Tracked With-Mantis Bug Tracker Github Action-\u003cCOLOR\u003e?style=for-the-badge\u0026color=0077b6\"\u003e](https://github.com/cipher-fox/mantis-bug-tracker-action)\n\n```md\n[\u003cimg alt=\"Bug Tracked With-Mantis Bug Tracker Github Action\" src=\"https://img.shields.io/badge/Bug Tracked With-Mantis Bug Tracker Github Action-\u003cCOLOR\u003e?style=for-the-badge\u0026color=0077b6\"\u003e](https://github.com/cipher-fox/mantis-bug-tracker-action)\n```\n\n[\u003cimg alt=\"Bug Tracked With-Mantis Bug Tracker Github Action\" src=\"https://img.shields.io/badge/Bug Tracked With-Mantis Bug Tracker Github Action-\u003cCOLOR\u003e?style=for-the-badge\u0026color=2b9348\"\u003e](https://github.com/cipher-fox/mantis-bug-tracker-action)\n\n```md\n[\u003cimg alt=\"Bug Tracked With-Mantis Bug Tracker Github Action\" src=\"https://img.shields.io/badge/Bug Tracked With-Mantis Bug Tracker Github Action-\u003cCOLOR\u003e?style=for-the-badge\u0026color=2b9348\"\u003e](https://github.com/cipher-fox/mantis-bug-tracker-action)\n```\n\n[\u003cimg alt=\"Bug Tracked With-Mantis Bug Tracker Github Action\" src=\"https://img.shields.io/badge/Bug Tracked With-Mantis Bug Tracker Github Action-\u003cCOLOR\u003e?style=for-the-badge\u0026color=d00000\"\u003e](https://github.com/cipher-fox/mantis-bug-tracker-action)\n\n```md\n[\u003cimg alt=\"Bug Tracked With-Mantis Bug Tracker Github Action\" src=\"https://img.shields.io/badge/Bug Tracked With-Mantis Bug Tracker Github Action-\u003cCOLOR\u003e?style=for-the-badge\u0026color=d00000\"\u003e](https://github.com/cipher-fox/mantis-bug-tracker-action)\n```\n\n---\n\n## Contributing to this project\n\nPRs and Issues are welcome. 😘\n\n## License\n\nCopyright © CypherFox - Released under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipher-fox%2Fmantis-bug-tracker-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcipher-fox%2Fmantis-bug-tracker-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcipher-fox%2Fmantis-bug-tracker-action/lists"}