jimberlage_jira_client

Crates.iojimberlage_jira_client
lib.rsjimberlage_jira_client
version1.3.0
sourcesrc
created_at2023-02-18 03:42:24.072464
updated_at2023-02-20 01:57:32.234467
descriptionProvides 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
repositoryhttps://github.com/jimberlage/jimberlage_jira_client
max_upload_size
id787972
size24,559
Jim Berlage (jimberlage)

documentation

README

jimberlage_jira_client

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.

Usage

cargo add jimberlage_jira_client

Tests

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
Commit count: 8

cargo fmt