Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/younelan/projectscrum
Simple Jira Issues Viewer to View/Edit projects from my now defunct Jira Instance
https://github.com/younelan/projectscrum
issue-tracker jira mysql pdo php8 project-management scrum scrum-agile webapp
Last synced: 3 days ago
JSON representation
Simple Jira Issues Viewer to View/Edit projects from my now defunct Jira Instance
- Host: GitHub
- URL: https://github.com/younelan/projectscrum
- Owner: younelan
- License: other
- Created: 2025-01-26T11:46:04.000Z (15 days ago)
- Default Branch: master
- Last Pushed: 2025-02-06T03:04:36.000Z (4 days ago)
- Last Synced: 2025-02-06T04:21:51.288Z (4 days ago)
- Topics: issue-tracker, jira, mysql, pdo, php8, project-management, scrum, scrum-agile, webapp
- Language: PHP
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Issue Viewer
Simple Jira Viewer using the Database. This is not meant as a full project management tool but should at least allow to show issues.
## About
This project was started because Atlassian Stopped supporting on prem and forced to moved to their cloud server. I ended up with a defunct Jira Server which I had to take down because it was end of LifeThis is what I like to release 0.02 , my 2 cents
(c) Youness El Andaloussi
As Is, No Warranties
## Install
At this point, it relies on a Jira Database in MySQL (maybe postgres, untested)
- Put the script in /var/www/html
- Copy config.php.default to config.php
- Edit config.php to point to your Jira Database
## Functionality
- View Project List
- View Issue List and associated Issues
- View Issue Details with link to associated Issues
- Basic Edit Issue
- Create/Delete Issue
- Simple Project Board/Backlog
- show issues
- Drag swim lane
- tabbed view
- Sprints
- create sprint
- view sprint
- swim lane for sprint
- Issue Details
- Show Comment
- Task history
- Project
- edit/view statistics## Plans
- Add Auth
- Add template engine like simplicity
- Templates/ Themes
## Screenshots
Here are some screenshots related to the project:### Issue Details History
![Issue Details History](screenshots/issue_details_history.jpg)
### Project List
![Project List](screenshots/project_list.jpg)
### Project Statistics
![Project Statistics](screenshots/project_stats.jpg)
### Project Backlog Board
![Project Backlog Board](screenshots/project_backlog_board.jpg)
### Project Sprints
![Project Sprints](screenshots/project_sprints.jpg)
### Sprint Details
![Sprint Details](screenshots/sprint.jpg)