You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/tools/jira.mdx
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,19 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
25
25
</svg>`}
26
26
/>
27
27
28
+
[Jira](https://www.atlassian.com/jira) is a leading project management and issue tracking platform that helps teams plan, track, and manage agile software development projects effectively. As part of the Atlassian suite, Jira has become the industry standard for software development teams and project management professionals worldwide.
29
+
30
+
Jira provides a comprehensive set of tools for managing complex projects through its flexible and customizable workflow system. With its robust API and integration capabilities, Jira enables teams to streamline their development processes and maintain clear visibility of project progress.
31
+
32
+
Key features of Jira include:
33
+
34
+
- Agile Project Management: Support for Scrum and Kanban methodologies with customizable boards and workflows
35
+
- Issue Tracking: Sophisticated tracking system for bugs, stories, epics, and tasks with detailed reporting
36
+
- Workflow Automation: Powerful automation rules to streamline repetitive tasks and processes
37
+
- Advanced Search: JQL (Jira Query Language) for complex issue filtering and reporting
38
+
39
+
In Sim Studio, the Jira integration allows your agents to seamlessly interact with your project management workflow. This creates opportunities for automated issue creation, updates, and tracking as part of your AI workflows. The integration enables agents to create, retrieve, and update Jira issues programmatically, facilitating automated project management tasks and ensuring that important information is properly tracked and documented. By connecting Sim Studio with Jira, you can build intelligent agents that maintain project visibility while automating routine project management tasks, enhancing team productivity and ensuring consistent project tracking.
40
+
28
41
## Usage Instructions
29
42
30
43
Connect to Jira workspaces to read, write, and update issues. Access content, metadata, and integrate Jira documentation into your workflows.
[Telegram](https://telegram.org) is a secure, cloud-based messaging platform that enables fast and reliable communication across devices and platforms. With over 700 million monthly active users, Telegram has established itself as one of the world's leading messaging services, known for its security, speed, and powerful API capabilities.
Telegram's Bot API provides a robust framework for creating automated messaging solutions and integrating communication features into applications. With support for rich media, inline keyboards, and custom commands, Telegram bots can facilitate sophisticated interaction patterns and automated workflows.
39
+
40
+
Key features of Telegram include:
41
+
42
+
- Secure Communication: End-to-end encryption and secure cloud storage for messages and media
43
+
- Bot Platform: Powerful bot API for creating automated messaging solutions and interactive experiences
44
+
- Rich Media Support: Send and receive messages with text formatting, images, files, and interactive elements
45
+
- Global Reach: Connect with users worldwide with support for multiple languages and platforms
46
+
47
+
In Sim Studio, the Telegram integration enables your agents to leverage these powerful messaging capabilities as part of their workflows. This creates opportunities for automated notifications, alerts, and interactive conversations through Telegram's secure messaging platform. The integration allows agents to send messages programmatically to individuals or channels, enabling timely communication and updates. By connecting Sim Studio with Telegram, you can build intelligent agents that engage users through a secure and widely-adopted messaging platform, perfect for delivering notifications, updates, and interactive communications.
48
+
49
+
## Usage Instructions
50
+
51
+
Send messages to any Telegram channel using your Bot API key. Integrate automated notifications and alerts into your workflow to keep your team informed.
52
+
53
+
54
+
55
+
## Tools
56
+
57
+
### `telegram_message`
58
+
59
+
Send messages to Telegram channels or users through the Telegram Bot API. Enables direct communication and notifications with message tracking and chat confirmation.
60
+
61
+
#### Input
62
+
63
+
| Parameter | Type | Required | Description |
64
+
| --------- | ---- | -------- | ----------- |
65
+
|`botToken`| string | Yes | Your Telegram Bot API Token |
66
+
|`chatId`| string | Yes | Target Telegram chat ID |
67
+
|`text`| string | Yes | Message text to send |
68
+
69
+
#### Output
70
+
71
+
| Parameter | Type |
72
+
| --------- | ---- |
73
+
|`ok`| string |
74
+
|`date`| string |
75
+
76
+
77
+
78
+
## Block Configuration
79
+
80
+
### Input
81
+
82
+
| Parameter | Type | Required | Description |
83
+
| --------- | ---- | -------- | ----------- |
84
+
|`botToken`| string | Yes | Bot Token - Enter your Telegram Bot Token |
0 commit comments