Hello. Our company uses Telegram messenger for communication. We created our custom bot and want to connect it with Jira to upload task summaries, assignees, etc. from Jira tasks to our bot in Telegram. How can we do it? Which payment plan must we use, and do we need an exact number of employers?
Hi and Welcome,
you can setup an automation rule with a webrequest call to send data to your telegrambot using the telegram api.
POST https://api.telegram.org/bot<YOUR_BOT_TOKEN>/sendMessage
The integration can be done with any Jira plan (Free, Standard, Premium, or Enterprise). However, the Free plan has limitations on the number of users and features.
The number of users you need depends on your team's size and how many people will be interacting with Jira.
BR
Kai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.