{"id":13902942,"url":"https://github.com/junip/jirax","last_synced_at":"2025-06-21T05:36:03.185Z","repository":{"id":40375168,"uuid":"187274259","full_name":"junip/jirax","owner":"junip","description":":sunglasses: :computer: Simple and flexible CLI Tool for your daily JIRA activity (supported on all OSes)","archived":false,"fork":false,"pushed_at":"2023-01-07T15:36:06.000Z","size":48571,"stargazers_count":55,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-29T17:41:26.395Z","etag":null,"topics":["cli","jira","jira-api-usage","jira-cli","jira-connector","jira-issue","jira-jql","jira-plugin","jira-rest-api","jira-tickets","jiraapiintegration","jirarest","node-cli"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-17T19:57:16.000Z","updated_at":"2025-05-25T16:01:15.000Z","dependencies_parsed_at":"2023-02-07T13:31:23.546Z","dependency_job_id":null,"html_url":"https://github.com/junip/jirax","commit_stats":null,"previous_names":["junipdewan/jirax"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/junip/jirax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junip%2Fjirax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junip%2Fjirax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junip%2Fjirax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junip%2Fjirax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junip","download_url":"https://codeload.github.com/junip/jirax/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junip%2Fjirax/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261070509,"owners_count":23105417,"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":["cli","jira","jira-api-usage","jira-cli","jira-connector","jira-issue","jira-jql","jira-plugin","jira-rest-api","jira-tickets","jiraapiintegration","jirarest","node-cli"],"created_at":"2024-08-06T22:01:30.844Z","updated_at":"2025-06-21T05:35:58.174Z","avatar_url":"https://github.com/junip.png","language":"JavaScript","funding_links":[],"categories":["cli"],"sub_categories":[],"readme":"# jirax\n[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)]() [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)]() [![forthebadge](https://forthebadge.com/images/badges/for-you.svg)]() [![forthebadge](https://forthebadge.com/images/badges/check-it-out.svg)](https://forthebadge.com)\n\n\n\n\n[![Build Status](https://dev.azure.com/junipd2/jirax/_apis/build/status/junipdewan.jirax?branchName=master)](https://dev.azure.com/junipd2/jirax/_build/latest?definitionId=4\u0026branchName=master) ![npm](https://img.shields.io/npm/dm/jirax.svg) ![npm](https://img.shields.io/npm/v/jirax.svg) ![made with nodejs](https://img.shields.io/badge/madewith-node.js-green.svg) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![license](https://img.shields.io/github/license/visionmedia/superagent.svg)](LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields)](http://makeapullrequest.com)\n\n```\n```\n\n\u003e :star: If you are using this tool or you like it, Star on GitHub — it helps!\n\n\n\nA CLI tool for [JIRA](`https://www.atlassian.com/software/jira`) for day to day usage with JIRA.Speed up your JIRA activity with this CLI tool.\n\n\n\n## Prerequisites\n\nYou are required to have [Node.js](https://nodejs.org/) installed to run the cli tool or after installing [Node.js](https://nodejs.org/) you can make executable and run the excutable to use the tool. [Make executable](#making-executable)\n\n## Getting Started\n\n1. Log in to [Atlassian](https://id.atlassian.com/manage/api-tokens) and generate your API TOKEN.\n2. Copy the API TOKEN\n \n## Install Using NPM\n\nYou can use directly install the package using \n[NPM](https://www.npmjs.com/package/jirax)  or  [YARN](https://yarnpkg.com/en/package/jirax)\n\n```sh\n npm install -g jirax \n```\n```   \n yarn add jirax\n```\n\n### use the below command to get started\n\n```sh\n npx jirax\n```\n\n## By Cloning the repository\n\nInstall all dependency \n\n\n```sh\nnpm install \n```\n\n### Create the symlink. This command will help you execute `jirax` commands at global level \n\n\n```\nnpm link or sudo npm link\n```\n\n# Usages\n\n## Login In Cli\n \nYou need to login before using any of JIRAX features.  \n\n```sh\njirax -l\n```\n\nThis will prompt few questions to enter your credentials please enter the credentials to use the CLI.)\n\n```sh\n$ Your JIRA Host Name (eg: something.atlassian.net)\n$ Your JIRA User Name\n$ Your API Token \n```\nIt will authenticate with JIRA Server and after successfull login, your name will prompt with message\n\n![Interface](assets/login_preview.png?raw=true \"Login Preview\")\n\nYour Login details will be stored in a JSON file located in \n\n```sh\n$XDG_CONFIG_HOME or ~/.config.\n\n# access it \n~/.config/configstore/jiraconfig.json\n\n```\n\n\n## JIRAX Commands\n\nJirax CLI tool is madeup with the subcommands for various jira activities.\n\n```sh\n# prints all available commands\njirax --help \n```\n\u003cimg src=\"./assets/preview.png\"\u003e\u003c/img\u003e\n\u003cbr/\u003e\n#### For Subcommands options\n\n```sh\n # prints all available commands for a specific subcommand\n jirax command --help\n\n```\n\u003cimg src=\"./assets/board_subcommands.png\"\u003e\u003c/img\u003e\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cimg src=\"./assets/task_subcommands.png\"\u003e\u003c/img\u003e\n\n\n## Clear Stored Credentials\nIn case of your API token revoked or you have revoked the previous API token then you need to clear the previous credentials using the following command and\nRelogin using command `jirax login`\n\n```sh\njirax logout\n```\n\n## Making executable\nAfter cloning the repository. Run this command this command will automatically create plateform specific executables.\n\n```sh\n npm run build\n```\n\n## Contribution\n\nWe hope that you will consider contributing to Jirax. Please read this short overview [Contribution Guidelines](https://github.com/junipdewan/jirax/blob/master/CONTRIBUTING.md) for some information about how to get started \n\n## MIT License\n\n**jirax** is available under the **MIT license**. See the [LICENSE](https://github.com/junipdewan/jirax/blob/master/LICENSE) file for more info.\n\nCopyright (c) 2021 \u003cjunipd2@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunip%2Fjirax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunip%2Fjirax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunip%2Fjirax/lists"}