{"id":15763376,"url":"https://github.com/peter-evans/jira2md","last_synced_at":"2025-04-21T03:32:11.653Z","repository":{"id":206248650,"uuid":"716164987","full_name":"peter-evans/jira2md","owner":"peter-evans","description":"A GitHub action to convert between Jira text formatting and GitHub flavored markdown","archived":false,"fork":false,"pushed_at":"2024-09-10T07:52:10.000Z","size":417,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-05T11:41:44.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/peter-evans.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-08T15:15:33.000Z","updated_at":"2024-09-10T07:52:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"72b26f4c-b19f-4f8d-82a7-0ec46570cb95","html_url":"https://github.com/peter-evans/jira2md","commit_stats":null,"previous_names":["peter-evans/jira2md"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Fjira2md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Fjira2md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Fjira2md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peter-evans%2Fjira2md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peter-evans","download_url":"https://codeload.github.com/peter-evans/jira2md/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249991097,"owners_count":21357200,"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":[],"created_at":"2024-10-04T11:41:48.780Z","updated_at":"2025-04-21T03:32:11.310Z","avatar_url":"https://github.com/peter-evans.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jira2md\n[![CI](https://github.com/peter-evans/jira2md/workflows/CI/badge.svg)](https://github.com/peter-evans/jira2md/actions?query=workflow%3ACI)\n\nA GitHub action to convert between Jira text formatting and GitHub flavored markdown\n\nThis action is a wrapper around the [jira2md](https://github.com/kylefarris/J2M) npm package.\n\n## Usage\n\n### Convert Jira -\u003e markdown\n\n```yml\n      - uses: peter-evans/jira2md@v2\n        id: jira2md\n        with:\n          input-text: |\n            *Some bold things**\n            _Some italic stuff_\n            h2. H2\n            [http://google.com]\n\n      - run: echo \"${{ steps.jira2md.outputs.output-text }}\"\n```\n\n### Convert markdown -\u003e Jira\n\n```yml\n      - uses: peter-evans/jira2md@v2\n        id: md2jira\n        with:\n          input-text: |\n            **Some bold things**\n            *Some italic stuff*\n            ## H2\n            \u003chttp://google.com\u003e\n          mode: md2jira\n\n      - run: echo \"${{ steps.md2jira.outputs.output-text }}\"\n```\n\n### Action inputs\n\n| Name | Description | Default |\n| --- | --- | --- |\n| `input-text` | The input text to convert. | |\n| `mode` | The conversion mode; `jira2md`, `md2jira`, `md2html` or `jira2html`. | `jira2md` |\n\n#### Outputs\n\n- `output-text` - The converted text.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-evans%2Fjira2md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeter-evans%2Fjira2md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeter-evans%2Fjira2md/lists"}