{"id":20303488,"url":"https://github.com/irontec/jrquery","last_synced_at":"2026-05-12T06:31:20.835Z","repository":{"id":262475099,"uuid":"887303981","full_name":"irontec/jrquery","owner":"irontec","description":"Jira Issue Query Tool ","archived":false,"fork":false,"pushed_at":"2025-02-26T07:04:39.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T08:19:22.558Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irontec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-11-12T14:12:06.000Z","updated_at":"2025-02-26T07:34:04.000Z","dependencies_parsed_at":"2024-11-12T16:44:37.742Z","dependency_job_id":"ea3436da-265e-4be9-954d-c147eb88b821","html_url":"https://github.com/irontec/jrquery","commit_stats":null,"previous_names":["kaian/jquery","irontec/jrquery"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fjrquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fjrquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fjrquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fjrquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irontec","download_url":"https://codeload.github.com/irontec/jrquery/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241801195,"owners_count":20022383,"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-11-14T16:37:22.888Z","updated_at":"2026-05-12T06:31:20.830Z","avatar_url":"https://github.com/irontec.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"jrquery is a simple CLI tool to display Jira tickets on the terminal\n\n## Contributing\n\nAll lines of code for this tool have been created by ChatGPT, so most probably there will be lots of possible enhancements.\nDon't hesitate to open a pull request with any suggestion.\n\n## Installation\nGo to [Releases page](https://github.com/irontec/jrquery/releases) and download the latest version of jrquery, give it execution permissions:\n\n```\nchmod +x jrquery\n```\n\nAnd move it to your preferred binary location:\n```\nsudo mv jrquery /usr/local/bin/\n```\n\n## Configuration\n\nDuring the first run, jrquery will request some configuration data:\n\n - Jira BaseURL (e.g., https://irontec.atlassian.net)\n - Jira Login Email (e.g., kaian@irontec.com)\n - Jira API Token (you can generate a token at https://id.atlassian.com/manage-profile/security/api-tokens)\n\n\n## Usage\n\nWhen run without parameters, jrquery displays current user unresolved issues.\n\nPlease refer to the help section for additional query parameters.\n\n```\nUsage:\n  jrquery [OPTIONS]\n\nApplication Options:\n  -d, --debug          Print debugging information\n  -u, --user=          Name or email of assigned user\n  -p, --project=       Key of project to search issues\n  -s, --search         Search text in summary, issue description or comments\n  -l, --limit=         Limit output to first N results (default: 50)\n  -c, --count          Only print issue count\n  -S, --sprint         Only print issues with active sprint\n  -e, --status=        Only print issues with given status Name\n  -O, --unresolved     Only print unresolved issues\n  -A, --all            Print all issues no matter their status\n  -q, --query=         Run a custom query\n  -f, --filter=        Search issues using a saved Jira filter ID\n  -o, --open=          Open given issue in a browser tab\n  -T, --order-by-time  Sort issues by last updated time (use -TT for reverse)\n  -U, --order-by-user  Sort issues by assignee (use -UU for reverse ordering)\n      --list-projects  List all visible projects for current user\n      --list-users     List all users in Jira\n      --list-filters   List all saved filters in Jira\n\nHelp Options:\n  -h, --help           Show this help message\n```\n\n## License\n    jrquery - Jira Issues query tool\n    Copyright (C) 2024 Irontec S.L.\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    In addition, as a special exception, the copyright holders give\n    permission to link the code of portions of this program with the\n    OpenSSL library under certain conditions as described in each\n    individual source file, and distribute linked combinations\n    including the two.\n    You must obey the GNU General Public License in all respects\n    for all of the code used other than OpenSSL.  If you modify\n    file(s) with this exception, you may extend this exception to your\n    version of the file(s), but you are not obligated to do so.  If you\n    do not wish to do so, delete this exception statement from your\n    version.  If you delete this exception statement from all source\n    files in the program, then also delete it here.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firontec%2Fjrquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firontec%2Fjrquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firontec%2Fjrquery/lists"}