Hacky nodeJS app that allows users to create summarisations of slack threads and Jira tickets out of them
Tools used:
Usage for Jira issue creation based on a thread discussion:
- Call the bot by mentioning it a Slack thread like so:
@GPTJira
- The bot will respond with a message that includes an
Open Modal
button - By clicking on the button a modal opens that previews the Jira ticket to be created.
It includes fields such as
issue type
,tag
,title
anddescription
. The options forissue type
andtag
are taken from your Jira workspace and are presented on a dropdown for you to choose. Thetitle
anddescription
are already generated based on the conversation that took place on the said Slack thread and they can be edited. - By clicking
Create issue
the issue gets added on the Jira board
Usage for simple thread summary:
- Call the bot by mentioning it in a Slack thread and asking it to summorize like so:
@GPTJira sum
or@GPTJira summary
or@GPTJira summarize
- The bot will respond with a message that summarizes said thread