Solve Redmine Status by Gitlab CI
Project description
Redmine CI
Do you want to update redmine issue status by Gitlab CI?
This project is the answer! Solve your Redmine issue by Gitlab CI!
USAGE
usage: redmine-ci [-h] [--issue ISSUE] [--status STATUS] [--user USER]
[--server SERVER] [--token TOKEN] [--dry-run] [--version]
[--status-list] [--user-list]
Update issue on Redmine
optional arguments:
-h, --help show this help message and exit
--issue ISSUE, -i ISSUE
Issue ID on Redmine
--status STATUS, -s STATUS
New issue status
--user USER, -u USER User to be assigned
--server SERVER, -r SERVER
Redmine server address
--token TOKEN, -t TOKEN
Redmine auth Token
--dry-run, -d Do not push any change
--version, -v Show application version
--status-list, -l List supported status
--user-list, -ul List Redmine users
RUN
To list supported status names:
$ redmine-ci --status-list
To show current status of issue 11234:
$ redmine-ci --issue 11234
To update issue 11234 as "Working":
$ redmine-ci --issue 11234 --status Working --token 89kjd182jd32897hr2
To assign issue 11234 to "uilian":
$ redmine-ci --issue 11234 --user uilian --token 89kjd182jd32897hr2
API access key
Retrieve from the address https://redmine.in.khomp.com/my/account
INSTALL
To install by pip is just one step
Local
If you want to install by local copy
pip install .
Remote
Or if you want to download our pip package
pip install redmine-ci
REQUIREMENTS
- python 2.7 or 3
LICENSE
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file redmine_ci-0.2.5-py3-none-any.whl.
File metadata
- Download URL: redmine_ci-0.2.5-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f57b0ee632de51caa6a60dcfdba287db9928d90131ac891c8f4b1160f353f55c
|
|
| MD5 |
148255d562c0714dab509328c042eb08
|
|
| BLAKE2b-256 |
ff2633082c140166591b1dbfec26a0f96ff6c1ee7ace25633a4aca0740ca3053
|