{"id":17284689,"url":"https://github.com/exu/jira-timetracker","last_synced_at":"2025-06-18T06:34:48.231Z","repository":{"id":141117754,"uuid":"52014798","full_name":"exu/jira-timetracker","owner":"exu","description":"quick script to log time in Jira","archived":false,"fork":false,"pushed_at":"2016-03-21T13:13:05.000Z","size":22281,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T16:29:29.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/exu.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":"2016-02-18T14:54:59.000Z","updated_at":"2021-01-02T21:33:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"635dad65-5ac8-494d-b032-ebebcae9567c","html_url":"https://github.com/exu/jira-timetracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/exu/jira-timetracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exu%2Fjira-timetracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exu%2Fjira-timetracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exu%2Fjira-timetracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exu%2Fjira-timetracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exu","download_url":"https://codeload.github.com/exu/jira-timetracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exu%2Fjira-timetracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260506630,"owners_count":23019418,"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":[],"created_at":"2024-10-15T09:54:43.446Z","updated_at":"2025-06-18T06:34:43.222Z","avatar_url":"https://github.com/exu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JIRA timetracker for BrownOrcas team!\n\n## Installation\n\nget one of precompiled binaries and put somewhere in your `$PATH`\n\n- linux https://github.com/exu/jira-timetracker/raw/master/jira\n- mac https://github.com/exu/jira-timetracker/raw/master/jira_mac\n\nor if you don't trust me check code in jira.go and build it yourself\n\n    go build jira.go -o jira\n    cp jira /bin/\n\n## Usage\nrun jira to get available options\n\n    jira\n\n\nto run jira tt tool run:\n\n    jira -u yourJiraUsername -p yourJiraPassword -id ELTCD-1111\n\nor cd to your project directory and omit id parameter it'll get it from git feature branch name\n\n    jira -u yourJiraUsername -p yourJiraPassword\n\ndefault duration of your work is set to 7h (hmmm why? :) ) but you can override it\n\n    jira -u yourJiraUsername -p yourJiraPassword -d 2h30m\n\n\nIf you doesn't like agile time tracking put call to this program into your crontab :P\n\nVoila!\n\n\n### Password in ~/.auth.json file\n\nYou can store your credentials in ~/.auth.json file\n\n    {\n        \"jira\": {\n            \"user\": \"yourJiraUsername\",\n            \"pass\": \"yourJiraPassword\"\n        }\n    }\n\nProgram will automatically detect presence of this file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexu%2Fjira-timetracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexu%2Fjira-timetracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexu%2Fjira-timetracker/lists"}