jirust icon indicating copy to clipboard operation
jirust copied to clipboard

Jira terminal UI

Results 9 jirust issues
Sort by recently updated
recently updated
newest added

When pushing comments out to JIRA, we're seeing `thread 'main' panicked at 'unable to deserialize comments: Error("missing field `author`", line: 1, column: 74)'`

Create jira tickets API function

Add method to link current ticket to another ticket.

enhancement

Add a method to create a ticket. The user must input a... - project key - summary - status tickets will automatically be assigned to the user unless otherwise specified...

enhancement

Build fails: ``` warning: call to `.borrow()` on a reference in this situation does nothing --> /wrkdirs/usr/ports/misc/jirust/work/jirust-1.2.1/cargo-crates/html2md-0.2.14/src/lib.rs:193:19 | 193 | walk(child.borrow(), result, custom); | ^^^^^^^^^ | = note: the type...

Currently, this is broken for sprint requested tickets and non sprint requested tickets. We need to review JQL to make sure we are getting tickets for all projects defined.

bug

`jirust` does not compile currently on stable rust. So using this `rust-toolchain.toml` file I pinned a rust version that works

## Issue The `config.toml` is required for the app to function. If a user fails to specify one prior to launching the application, the application returns: ## Reproduction ## Potential...