Jira Ticket Classification is an automated system designed to classify Jira tickets using Amazon Bedrock's AI capabilities. This project can be used with Jira Server exports, providing automation capabilities similar to those available in Jira Cloud.
Note: Deduplication is important if you allow users to manually upload Jira exports and also run the automatic pull. If you can ensure no incremental imports contain duplicates, you can remove the AWS Glue job.
Data Input: Jira ticket exports are placed in the /unprocessed
folder of the deployed S3 bucket.
Data Processing: The system processes the exported tickets.
Bedrock Classification: Ticket data is sent to Amazon Bedrock, which uses a pre-defined classification prompt to categorize each ticket.
Deduplication: AWS Glue ensures no duplicate classifications are processed, maintaining data integrity.
Results: Classification results are stored and can be used to update the original Jira tickets or for further analysis.
Important Notice: This project deploys resources in your AWS environment using Terraform. You will incur costs for the AWS resources used. Please be aware of the pricing for services like Lambda, Bedrock, Glue, and S3 in your AWS region.
Required Permissions: You need elevated permissions, specifically Power User permissions, to deploy the Terraform stack.
To set up the project:
infrastructure
folder in the project.terraform init
to initialize the Terraform working directory.terraform apply
to create the resources in your AWS environment.To tear down the project:
infrastructure
folder.terraform destroy
to remove all resources created by this project.Make sure to run tfsec on the infrastruction folder any time you make an additional change to the code.
Run TFSec
$ tfsec .
Suppressed Warnings Make sure to run tfsec on the infrastruction folder any time you make an additional change to the code. These security warnings have been suppressed, but review these prior to putting implementing this solution in production. Additionally, this sample repo is using AWS managed keys. It's encouraged to use customer managed keys (CMKs) in a prod environment.
/unprocessed
folder of the S3 bucket created by the Terraform script.Contributions to improve the project are welcome. Please feel free to submit pull requests or open issues to discuss potential enhancements.
This project is licensed under the MIT License. See the LICENSE file for details.
For support or to report issues, please open an issue in the project's GitHub repository.