grdev.jira-cli 0.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global grdev.jira-cli --version 0.1.3
                    
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.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=grdev.jira-cli&version=0.1.3
                    
nuke :add-package grdev.jira-cli --version 0.1.3
                    

jira-cli

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

Install

dotnet tool install --global grdev.jira-cli

What it can do

  • See your open issuesjira get-issues lists open issues assigned to you

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 45 9/1/2026
0.1.3 59 8/28/2026