chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:34:48 +08:00
commit 77bb5bf71f
3762 changed files with 353249 additions and 0 deletions
@@ -0,0 +1,24 @@
import { IntegrationDefinition } from '@botpress/sdk'
import { configuration, states, secrets, user, channels, actions } from './src/definitions'
export default new IntegrationDefinition({
name: 'jira',
title: 'Jira',
description:
'This integration allows you to work with your Jira workspace, users, projects, and workflow transitions.',
version: '0.5.1',
readme: 'readme.md',
icon: 'icon.svg',
configuration,
channels,
user,
actions,
events: {},
states,
secrets,
attributes: {
category: 'Project Management',
repo: 'botpress',
},
})