Skip to main content

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

MIT

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

redmine_ci-0.2.5-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page