goji
goji copied to clipboard
a rust interface for jira
Hi @ll, I was wondering if anyone who has forked this repo is actively maintaining their fork to add new features and make bugfixes. The project seems abandoned to me...
Hi @softprops You have amazing project here. I was wondering if it's still active. I saw some pull requests pending. Thanks in advance
If you did `println!("{}", err);` it would stack overflow because the Display impl recursively called Display::fmt on itself here
Hi, here is some code to manipulate project version: - get all versions of a project - create new version - release a specific version. This is a very basic...
This allows to connect to a server without specifying credentials (if the server supports it): `Jira::new("http://localhost:8080", Credentials::Anonymous)` It adds a new variant "Anonymus" to the `Credentials` enum. This may break...
I noticed that `*Results` struct like `SprintResults` uses `u64` for size-related numerical value. I found also that at some point in the past they were defined as `usize` but then...
Added a basic implementation of the `backlog` API with the `put()` method implementing https://docs.atlassian.com/jira-software/REST/7.0.4/#agile/1.0/backlog