# JAXA - Jira And Xray API
This is not intended to be a fully functioning complete API client module for Jira & Xray.
One day it may be.
For now it merely meets the criteria I need it to offer.
## Configuration
### Environment Variable Configuration
| Environment Variable | Description |
|-------------------------|----------------------------------------------------------------|
| JAXA_JIRA_BASEURL | URL for Jira Cloud. E.g. https://example.atlassian.net |
| JAXA_JIRA_USERNAME | Email address of user for connecting to Jira |
| JAXA_JIRA_APITOKEN | API Token of user for connecting to Jira |
| JAXA_JIRA_CLIENT_ID | Client ID for accessing Jira Xray |
| JAXA_JIRA_CLIENT_SECRET | Client Secret for accessing Jira Xray |
| JAXA_XRAY_BASEURL | URL for XRay Cloud. E.g. https://xray.cloud.getxray.app/api/v1 |
| JAXA_PROJECT_ID | ID of Jira Project |
| JAXA_PROJECT_NAME | Name of Jira Project |
## Usage
## Tests
**Warning: These tests will create tickets in Jira**
```shell
# Run all functional tests against supported python versions via nox
poetry run run-tests
#
poetry run nox -s functional_tests-3.8
poetry run nox -s jira_issues-3.8
```
Raw data
{
"_id": null,
"home_page": "",
"name": "jaxa",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "jira,xray,rest,graphql,api",
"author": "Gleams API user",
"author_email": "Stephen.Swannell+ghapi@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/53/01/69061fd54436dadc1cfed203d1873f47888fa864b0d9e25c8339a1ac2581/jaxa-1.3.0.tar.gz",
"platform": null,
"description": "# JAXA - Jira And Xray API\n\nThis is not intended to be a fully functioning complete API client module for Jira & Xray.\nOne day it may be.\nFor now it merely meets the criteria I need it to offer.\n\n## Configuration\n\n### Environment Variable Configuration\n\n| Environment Variable | Description |\n|-------------------------|----------------------------------------------------------------|\n| JAXA_JIRA_BASEURL | URL for Jira Cloud. E.g. https://example.atlassian.net |\n| JAXA_JIRA_USERNAME | Email address of user for connecting to Jira |\n| JAXA_JIRA_APITOKEN | API Token of user for connecting to Jira |\n| JAXA_JIRA_CLIENT_ID | Client ID for accessing Jira Xray |\n| JAXA_JIRA_CLIENT_SECRET | Client Secret for accessing Jira Xray |\n| JAXA_XRAY_BASEURL | URL for XRay Cloud. E.g. https://xray.cloud.getxray.app/api/v1 |\n| JAXA_PROJECT_ID | ID of Jira Project |\n| JAXA_PROJECT_NAME | Name of Jira Project |\n\n## Usage\n\n\n## Tests\n\n**Warning: These tests will create tickets in Jira**\n\n```shell\n# Run all functional tests against supported python versions via nox\npoetry run run-tests\n\n#\npoetry run nox -s functional_tests-3.8\n\npoetry run nox -s jira_issues-3.8\n```\n",
"bugtrack_url": null,
"license": "GNU GENERAL PUBLIC LICENSE",
"summary": "Jira and Xray API",
"version": "1.3.0",
"split_keywords": [
"jira",
"xray",
"rest",
"graphql",
"api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "13a734f744ecb95f94c7a97dda5fc5aef2ddad295ec77833d5fd1de58f2099ec",
"md5": "55e2df9332cebd0f89000027a9abf865",
"sha256": "8d431391eb8612ecc9f52d9ec7e37b7fc4da206eb69be3a8cb3a111f19f7e62f"
},
"downloads": -1,
"filename": "jaxa-1.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "55e2df9332cebd0f89000027a9abf865",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 44082,
"upload_time": "2023-03-28T12:41:55",
"upload_time_iso_8601": "2023-03-28T12:41:55.067592Z",
"url": "https://files.pythonhosted.org/packages/13/a7/34f744ecb95f94c7a97dda5fc5aef2ddad295ec77833d5fd1de58f2099ec/jaxa-1.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "530169061fd54436dadc1cfed203d1873f47888fa864b0d9e25c8339a1ac2581",
"md5": "c78a8f3804ccc04affb8e1021bedefbc",
"sha256": "3080e371fd25b6953a8af238e6779b3943a86d980c06e0496f701ea9a8c7bf47"
},
"downloads": -1,
"filename": "jaxa-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "c78a8f3804ccc04affb8e1021bedefbc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 28468,
"upload_time": "2023-03-28T12:41:57",
"upload_time_iso_8601": "2023-03-28T12:41:57.121680Z",
"url": "https://files.pythonhosted.org/packages/53/01/69061fd54436dadc1cfed203d1873f47888fa864b0d9e25c8339a1ac2581/jaxa-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-28 12:41:57",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "jaxa"
}