https://github.com/schors/jsm2tg
Jira/Telegram markup converter and tools
https://github.com/schors/jsm2tg
jira markdown-lang telegram-bot-api
Last synced: 6 months ago
JSON representation
Jira/Telegram markup converter and tools
- Host: GitHub
- URL: https://github.com/schors/jsm2tg
- Owner: schors
- License: unlicense
- Created: 2025-05-23T06:49:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-28T16:15:56.000Z (about 1 year ago)
- Last Synced: 2025-10-28T11:11:18.956Z (8 months ago)
- Topics: jira, markdown-lang, telegram-bot-api
- Language: Go
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jira/Telegram markup converter and tools
## Overview
### Convert Jira Wiki markup to Telegram Markdown v2
```go
// ConvertJiraToTgMarkup - Convert Jira markup to Telegram markup.
// This function is not thread-safe.
func ConvertJiraToTgMarkup(input string) string {
```
## jira contribution principies

## Additional
* **Q:** _Where do you get jira wiki markup?!!!_
* **A:** _Jira service management API uses it by default (surprisingly and undocumented)_
### Links
* Jira wiki markup: https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all
* Telegram messanger markups: https://core.telegram.org/bots/api#message
---
[](UNLICENSE)