jirust
jirust copied to clipboard
Jira terminal UI
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 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...
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.
`jirust` does not compile currently on stable rust. So using this `rust-toolchain.toml` file I pinned a rust version that works
[Improvement] Prompt/create default config on initialization or missing ~/.config/jirust/config.toml
## 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...