Send Jira issues to VSTS (Azure Devops)
Project description
Synchronize Jira issues to VSTS (Azure Devops)
Usage
Commands:
Usage: jira2vsts [OPTIONS] CLI for Jira2Vsts Options: -v, --validate -l, --logfile FILE Path to logfile [required] -c, --config FILE Path to the configuration file [required] --loop-every INTEGER Loop every X minutes -s, --send TEXT Send one jira issue by code, format: jira_issue_code,vsts_project_name --help Show this message and exit.
Launch synchronization:
jira2vsts -c config.yml -l /var/log/jira2vsts.log
Check validy of the configuration file and for authentification information:
jira2vsts.py -c config.yml -l /var/log/jira2vsts.log --validate
Launch the synchronization every 60 minutes:
jira2vsts.py -c config.yml -l /var/log/jira2vsts.log --loop-every=60
Send one jira issue to VSTS:
jira2vsts.py -c config.yml -l /var/log/jira2vsts.log --send JIRA_ISSUE_CODE,VSTS_PROJECT_NAME
Installation
Simply run
pip install jira2vsts
Format of config file
Configuration file:
jira: password: {JIRA_PASSWORD} url: {JIRA_FULL_URL} username: {JIRA_USERNAME} add_hours: {JIRA_ADJUST_TIMEZONE_WHEN_SEARCHING} skip_large_attachments: {TRUE_OR_FALSE} projects: {CODE_JIRA_PROJECT}: active: {TRUE_OR_FALSE} name: {NAME_OF_VSTS_PROJECT} type: {VSTS_DEFAULT_TYPE} states: - {LIST_VSTS_STATES_IN_ORDER} default_values: {VSTS_FIELD}: {VSTS_VALUE} states: {JIRA_STATE}: {VSTS_STATE} vsts: access_token: {VSTS_ACCESS_TOKEN} url: {VSTS_FULL_URL}
Todos
Manage comments
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jira2vsts-0.3.2.tar.gz
(7.0 kB
view details)
File details
Details for the file jira2vsts-0.3.2.tar.gz
.
File metadata
- Download URL: jira2vsts-0.3.2.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10a2c368907a5ae39fdb0d4fa3569f9340e7d543923cdfc2717d37bffe91f95d |
|
MD5 | 1538add1547a1639cddf752bb9094a2c |
|
BLAKE2b-256 | 64deed6e5a3eab2ebd4330147c7e66e05603a8dfe1213e7fdbaa9ba0d8d7eb44 |