{"id":32212123,"url":"https://github.com/domm/app-timetracker-rt","last_synced_at":"2025-10-22T06:58:22.534Z","repository":{"id":54648214,"uuid":"192190227","full_name":"domm/App-TimeTracker-RT","owner":"domm","description":"App::TimeTracker RT (Request Tracker) plugin","archived":false,"fork":false,"pushed_at":"2021-02-05T23:53:50.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-20T22:27:21.662Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Perl","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/domm.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-16T12:49:07.000Z","updated_at":"2020-10-06T11:11:34.000Z","dependencies_parsed_at":"2022-08-13T22:40:50.724Z","dependency_job_id":null,"html_url":"https://github.com/domm/App-TimeTracker-RT","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/domm/App-TimeTracker-RT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domm%2FApp-TimeTracker-RT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domm%2FApp-TimeTracker-RT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domm%2FApp-TimeTracker-RT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domm%2FApp-TimeTracker-RT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domm","download_url":"https://codeload.github.com/domm/App-TimeTracker-RT/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domm%2FApp-TimeTracker-RT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280395522,"owners_count":26323517,"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","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["hacktoberfest"],"created_at":"2025-10-22T06:58:01.739Z","updated_at":"2025-10-22T06:58:22.522Z","avatar_url":"https://github.com/domm.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nApp::TimeTracker::Command::RT - App::TimeTracker RT plugin\n\n# VERSION\n\nversion 3.000\n\n# DESCRIPTION\n\nThis plugin takes a lot of hassle out of working with Best Practical's\nRequestTracker available for free from\n[http://bestpractical.com/rt/](http://bestpractical.com/rt/).\n\nIt can set the description and tags of the current task based on data\nentered into RT, set the owner of the ticket and update the\ntime-worked as well as time-left in RT. If you also use the `Git` plugin, this plugin will\ngenerate very nice branch names based on RT information.\n\n# CONFIGURATION\n\n## plugins\n\nAdd `RT` to the list of plugins. \n\n## rt\n\nadd a hash named `rt`, containing the following keys:\n\n### server \\[REQUIRED\\]\n\nThe server name RT is running on.\n\n### username \\[REQUIRED\\]\n\nUsername to connect with. As the password of this user might be distributed on a lot of computer, grant as little rights as needed.\n\n### password \\[REQUIRED\\]\n\nPassword to connect with.\n\n### timeout\n\nTime in seconds to wait for an connection to be established. Default: 300 seconds (via RT::Client::REST)\n\n### set\\_owner\\_to\n\nIf set, set the owner of the current ticket to the specified value during `start` and/or `stop`.\n\n### update\\_time\\_worked\n\nIf set, updates the time worked on this task also in RT.\n\n### update\\_time\\_left\n\nIf set, updates the time left property on this task also in RT using the time worked tracker value.\n\n# NEW COMMANDS\n\nnone\n\n# CHANGES TO OTHER COMMANDS\n\n## start, continue\n\n### --rt\n\n    ~/perl/Your-Project$ tracker start --rt 1234\n\nIf `--rt` is set to a valid ticket number:\n\n- set or append the ticket subject in the task description (\"Rev up FluxCompensator!!\")\n- add the ticket number to the tasks tags (\"RT1234\")\n- if `Git` is also used, determine a save branch name from the ticket number and subject, and change into this branch (\"RT1234\\_rev\\_up\\_fluxcompensator\")\n- set the owner of the ticket in RT (if `set_owner_to` is set in config)\n- updates the status of the ticket in RT (if `set_status/start` is set in config)\n\n## stop\n\nIf \u0026lt;update\\_time\\_worked\u003e is set in config, adds the time worked on this task to the ticket.\nIf \u0026lt;update\\_time\\_left\u003e is set in config, reduces the time left on this task to the ticket.\nIf \u0026lt;set\\_status/stop\u003e is set in config, updates the status of the ticket\n\n# AUTHOR\n\nThomas Klausner \u003cdomm@cpan.org\u003e\n\n# COPYRIGHT AND LICENSE\n\nThis software is copyright (c) 2014 - 2019 by Thomas Klausner.\n\nThis is free software; you can redistribute it and/or modify it under\nthe same terms as the Perl 5 programming language system itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomm%2Fapp-timetracker-rt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomm%2Fapp-timetracker-rt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomm%2Fapp-timetracker-rt/lists"}