jira-cli
jira-cli copied to clipboard
🔥 Feature-rich interactive Jira command line.
**Describe the bug** I found a case where Markdown code is not rendered well in the description section of a Jira ticket when using the `jira issue create` command. **Please...
When executing certain commands, at least `jira init`, `jira issue create` and `jira epic create`, raw escape sequences are visible. E.g. ``` $ jira init ? Installation type: [Use arrows...
Changes to make PARENT field selectable in list of columns that can be selected with --colums flag. Please note that I'm not familiar with Go language so I didn't update...
**Describe the bug** After jira init, all other jira commands fail with either 400 or 401. **Please provide following details** 1. JiraCLI Version: ``` (Version="1.5.1", GitCommit="0e0f82d52ef5a775d2cc662fbe38d9732b9b5c59", CommitDate="2024-01-20T10:48:06+00:00", GoVersion="go1.21.5", Compiler="gc", Platform="darwin/arm64")...
> Please consider [opening a discussion](https://github.com/ankitpokhrel/jira-cli/discussions/categories/ideas) in `ideas` category if applicable. Your feature will be prioritized on based on the number of votes. **Is your feature request related to a...
**Is your feature request related to a problem? Please describe.** Managing multiple boards (or even multiple servers) would require setting the configuration flag every time. **Describe the solution you'd like**...
`/usr/local/share/zsh/site-functions` is not guaranteed to exist. `${fpath[1]}` is a more reliable way of accessing the site-functions folder. # Terminal Test Video https://asciinema.org/a/6I6OewMIgP1LNGKvB2virBBao
The recent changes in PR #748 caused issues with jira-cli when used with Jira Enterprise On-Prem (now referred to as DataCenter). All requests started failing with the following error message:...
**Describe the bug** I'm trying to create a issue with a custom field and I got a 500 error from jira. **Please provide following details** 1. JiraCLI Version: ```(Version="1.5.1", GitCommit="0e0f82d52ef5a775d2cc662fbe38d9732b9b5c59",...