This repository contains a Proof of Concept for migrating sprint workflows from JIRA to Camunda. It showcases a BPMN process for Sprint Creation and Planning, integrating with JIRA via REST API to fetch issues and manage sprints.
Above is the BPMN diagram depicting the entire sprint management workflow from creation, planning to execution.
-
Sprint Creation Form: A form to define the sprint goal and timeline.
-
Sprint Planning Form: A form to select issues fetched from JIRA and assign them to the sprint, including estimation.
-
JIRA Integration: REST API integration to manage sprints and issues directly from Camunda.
To get started with this PoC, clone the repository and follow the setup instructions below.
- Camunda 8 Account
- Access to JIRA with necessary permissions to fetch and create issues