grdev.jira-cli 0.1.8

dotnet tool install --global grdev.jira-cli --version 0.1.8
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local grdev.jira-cli --version 0.1.8
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=grdev.jira-cli&version=0.1.8
                    
nuke :add-package grdev.jira-cli --version 0.1.8
                    

jira-cli

jira is a command-line tool for reading and writing issues in Jira Cloud.

Project page: greekdeveloper.com/tools/jira-cli

Install

dotnet tool install --global grdev.jira-cli

What it can do

  • See your open issuesjira issue list lists open issues assigned to you

Commands follow a noun verb structure (jira issue list, jira issue create). Run jira --help to explore.

Setup

Create %USERPROFILE%\.grdev.jira-cli\config.json:

{
  "Host": "https://your-site.atlassian.net",
  "Email": "you@example.com",
  "ApiToken": "your-api-token"
}

Generate an API token at https://id.atlassian.com/manage-profile/security/api-tokens

For contributors

Build steps, project layout, and conventions live in BRIEF.md. Agent and repository conventions live in AGENTS.md.

Versioning

Versions are computed by Nerdbank.GitVersioning from version.json plus the git height — every commit bumps the patch automatically. jira version reports the exact build and commit that is running.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.1.8 0 9/1/2026
0.1.3 49 8/28/2026