{"id":23564398,"url":"https://github.com/sh1nj1/redmine_incentive_plugin","last_synced_at":"2025-04-30T16:19:49.500Z","repository":{"id":268968477,"uuid":"127013046","full_name":"sh1nj1/redmine_incentive_plugin","owner":"sh1nj1","description":"Simple incentive system with custom fields and time log on Redmine","archived":false,"fork":false,"pushed_at":"2025-01-23T05:52:00.000Z","size":302,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T16:19:43.977Z","etag":null,"topics":["issue-management","redmine","redmine-plugin","story-points"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sh1nj1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-27T16:07:06.000Z","updated_at":"2025-01-23T05:51:51.000Z","dependencies_parsed_at":"2024-12-20T03:20:41.130Z","dependency_job_id":"1705071e-e050-4bae-a7b7-d8b0c0579092","html_url":"https://github.com/sh1nj1/redmine_incentive_plugin","commit_stats":null,"previous_names":["sh1nj1/redmine_incentive_plugin"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh1nj1%2Fredmine_incentive_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh1nj1%2Fredmine_incentive_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh1nj1%2Fredmine_incentive_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sh1nj1%2Fredmine_incentive_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sh1nj1","download_url":"https://codeload.github.com/sh1nj1/redmine_incentive_plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251739683,"owners_count":21635894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["issue-management","redmine","redmine-plugin","story-points"],"created_at":"2024-12-26T17:15:05.900Z","updated_at":"2025-04-30T16:19:49.495Z","avatar_url":"https://github.com/sh1nj1.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redmine Incentive Plugin\r\n\r\nSimple incentive system with custom fields and time log.\r\n\r\n* Set Issue Points\r\n* Log time on Issue\r\n* When the Issue is closing, all contributed users get points.\r\n\r\n# Tested redmine version\r\n\r\n| plugin version | tested redmine version |\r\n|----------------|------------------------|\r\n| 0.1.0          | 3.2.3, 3.4.4           |\r\n| 1.0.1          | 6.0.2, 6.0.1, 5.1.5    |\r\n\r\n# Install\r\n\r\nTo install this plugin, follow the general [Redmine's Plugin installation](https://www.redmine.org/projects/redmine/wiki/Plugins#Installing-a-plugin)\r\n\r\n* clone this project to user redmine's plugins directory\r\n* run `rake redmine:plugins:migrate`\r\n\r\n# Configuration\r\n\r\nAfter installation, you have to configure the plugin.\r\nFind the plugin in the plugin list and click the Configure link.\r\n\r\n[Settings screen]\r\n![Settings Screen](./docs/redmine-incentive-plugin-settings.png)\r\n\r\nYou have to create two Custom Fields.\r\n\r\n* Issue Points\r\n  * float or int type\r\n  * This value is given by Human. A team have to make some rule to set this value, like using planning poker.\r\n* User Points\r\n  * float or int type\r\n  * default is 0\r\n  * this is auto-calculated value by this plugin.\r\n  * Better set this field as read-only.\r\n\r\nFinally, you have to set those Custom Fields in the Plugin's configuration.\r\n\r\n## User points expression\r\n\r\n* You can set the expression to calculate points for each user when the issue is closing.\r\n* The default expression is `issue_point * 1000 * (time_entry.hours / issue.total_spent_hours)`\r\n  This means that user will get share of Issue Points by ratio of time log.\r\n* Issue Point is distributed to each user each time the issue is closing.\r\n* If issue is re-opening, a User Point is recalled.\r\n\r\n# Screens\r\n\r\n[User points details in issue detail screen]\r\n![User Point on Issue Detail](./docs/redmine-incentive-plugin-issue.png)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh1nj1%2Fredmine_incentive_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsh1nj1%2Fredmine_incentive_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsh1nj1%2Fredmine_incentive_plugin/lists"}