An open API service indexing awesome lists of open source software.

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

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

![Jira contribution principies](logo.png)

## 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](noc.png)](UNLICENSE)