jira_query

Rust tests

Access issues on a remote Jira instance.

WARNING: This crate is in early stages of development. The interface will change, and it might not work at all in your environment.

Description

The jira_query crate is a Rust library that can query a Jira instance using its REST API. It returns a strongly typed representation of the requested issues.

This library provides no functionality to create or modify issues. The access is read-only.

Usage

To be added.

See also