From fc1cffcacfa0e885c481e9d993f7c541673912c8 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 28 May 2015 01:44:24 -0700 Subject: initial commit. --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..18b4509 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +This is a Redmine plugin that adds a link "Time Tracking Report" to target +version page. This link will bring up a detailed report of how time was spent +for this target version. + +The assumption is that the issues which are directly associated with the +target version represent general categories of work activities that need to be +reported on. + +Unlike the normal list of issues for a target version, time spent from other +projects in included, as well as all sub-tasks. + +Installation: + + cd redmin/plugins + git clone https://leap.se/git/version_report + +Configuration: + +You grant the permission 'view reports' to a user in order to be able to view the report. + +License: + +The same as Redmine (GNU GENERAL PUBLIC LICENSE Version 2) + +Copyright: + +2015 (c) LEAP Encryption Access Project \ No newline at end of file -- cgit v1.2.3