Releases: Nitish36/Issue-Tracker-Jira
Releases · Nitish36/Issue-Tracker-Jira
v1.0 – Automated Jira Issue Tracker
Initial stable release of the Jira Issue Tracker project. This version automates the process of tracking IT issues via Jira, integrating with Google Sheets and Smartsheet to enable reporting and dashboarding.
✨ Key Features:
- Automatically fetches new Jira issues or updates to existing ones.
- Pushes data to Google Sheets using Python and GitHub Actions.
- Triggers daily at 9:00 AM IST or on issue creation/update.
- Seamlessly integrates Google Sheets with Smartsheet via Data Shuttle.
- Control Center in Smartsheet auto-generates project sheets based on new issues.
- Real-time Rollup and Dashboard updates based on sheet entries.
📊 Dashboards include:
- Issue status breakdown
- Open vs. Closed count
- Priority-wise filtering
- SLA tracking & resolution duration
🔐 Secrets used:
JIRA_SECRET– API Key for JiraGSHEET_SECRET– API Key for Google Sheets
🔗 Blog post: Medium Article
📂 GitHub Workflow:
main.pycontains the core Python script..github/workflows/issue_tracker.ymlhandles automation via GitHub Actions.