Atlassian Jira has established itself as a central tool for managing enterprise software workflows by integrating seamlessly with Bitbucket and Confluence to enhance visibility and traceability across a company. Developers can easily integrate Jira into Bitbucket by including a Jira issue key in their commit messages, which automatically updates the relevant Jira issue with commit details. This process is further streamlined by using Codefresh CI/CD pipelines, where a lightweight Docker image containing a python-based jira-cli utility updates Jira with build information. The pipeline involves parsing commit messages for Jira issue keys and using this information to update Jira with Docker image details, ensuring that every build artifact is linked back to its respective work item. This integration facilitates continuous integration and delivery by making build logs and Docker images readily accessible from within Jira, and further enhancements are planned to link Jira issue details with image metadata tags.