tegonhq/tegon

Integration: Automatic Issue Creation via Slack Bot Messages

saimanoj opened this issue · 2 comments

Use Case: When a user sends a message in a Slack channel where the bot is active, a new issue should be automatically created using the message content as the issue description. This feature can be toggled on or off in the action configuration, providing flexibility based on team needs.

Example Scenario:

  • A user reports a bug or suggests an enhancement by simply typing a message in the Slack channel.
  • The message content is automatically converted into an issue.

Expected Outcome: An issue is created with the message content as the issue description:

Description: User's message content goes here.

Configuration: Users can enable or disable this automatic issue creation feature within the action configuration.

can i work on it?