A comprehensive Jira integration app for Rocket.Chat that allows users to interact with Jira directly from their chat workspace.
- Rocket.Chat Server (v8 or higher)
- Rocket.Chat Apps CLI (
@rocket.chat/apps-cli)
-
Install the CLI (if not already installed):
npm install -g @rocket.chat/apps-cli
-
Clone the repository:
git clone https://github.com/<yourusername>/JiraIntegrationApp_GSoC2026 cd JiraIntegrationApp_GSoC2026
-
Install dependencies:
npm install
-
Deploy the app:
rc-apps deploy --url <rocketchat_url> --username <username> --password <password>
Here are some links to examples and documentation: