Crates.io | jimberlage_jira_client |
lib.rs | jimberlage_jira_client |
version | 1.3.0 |
source | src |
created_at | 2023-02-18 03:42:24.072464 |
updated_at | 2023-02-20 01:57:32.234467 |
description | Provides a REST client to access the JIRA V3 API. It aims to be complete, but is not yet; should only be used if you have the inclination to add features you want. |
homepage | |
repository | https://github.com/jimberlage/jimberlage_jira_client |
max_upload_size | |
id | 787972 |
size | 24,559 |
Provides a library for accessing JIRA. While the intent is to write it in such a way as to make it support any aspect of the JIRA API, it is currently very limited in scope and probably only suitable for small projects. Until it covers more of the JIRA API, it will remain prefixed with jimberlage
on the crate so that you can opt for a more feature-rich JIRA client in the meantime.
If you need a more featureful client, try jira. Based on OpenAPI, probably suitable if you need a lot of the JIRA API.
cargo add jimberlage_jira_client
Most tests in this repository are doc tests. I unfortunately don't have a good way to do tests against the JIRA REST client, as that would require a dedicated public JIRA instance and personal access token.
cargo test