Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

benjivm/jira-timesheet-report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JIRA Timesheet Report

I was frustrated by JIRA's built-in report tools so I whipped up a simple, single project time report for a Service Desk project.

Screenshot

Usage

  • Clone or download this repo somewhere accesible by your webserver or localhost, the document root needs to be set to the public/ folder.
  • Setup your .env file: cp .env.dist .env
    • JIRA_PROJECT is the project the JQL will search for, it can either be the project name or key.
    • JIRA_ASSIGNEE_ROLE_ID is the role ID of the user's you'd like to appear in the "assignee" filter.
    • JIRA_URL is the base URL of your JIRA instance. Do not add a trailing slash.
    • JIRA_USERNAME your JIRA username. Must have permission to access the roles/ endpoint.
    • JIRA_PASSWORD your JIRA password.
  • Install PHP dependencies: composer install --no-dev
  • Visit the app: http://timesheets.test (or whatever you've configured your vhost to).

About

Simple logged work report using the JIRA API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages