Skip to main content

Copy/update JIRA issues to match your VersionOne stories.

Project description

This is a little utility you can use for creating/updating JIRA issues matching one’s VersionOne stories.

Installation

Using pip:

pip install --allow-external elementtree --allow-unverified elementtree versionone-to-jira-reflector

If you’re wondering what the --allow-external elementtree and --allow-unverified elementree lines are about: This program relies upon the Python SDK released by the VersionOne team (albeit, an unofficial distribution of it), and that SDK relies upon elementree which is unavailable through verified/local PyPI sources.

Use

The first time you run the command, it will ask you for various bits of information that it will use for interacting with VersionOne and JIRA.

Basic use:

v1tojira D-08248

The app will proceed to ask you for connection information if such details have not previously been saved, and will create or update a JIRA issue to match your the story identifiers you have supplied.

Note that you can run this command for multiple stories simultaneously, too:

v1tojira D-01084 B-08244 B-08084

And that you can prevent a web-browser tab from being opened for each created or updated ticket:

v1tojira --no-open D-01084 B-08244 B-08084

See v1tojira --help for more information.

Caveat Emptor

Although this is a totally workable solution, this was mostly a quick hack to solve a temporary need, and it isn’t exactly code that I’m proud of. If you end up using this tool, feel free to fork this code and clean things up to your liking.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

versionone-to-jira-reflector-0.5.0.tar.gz (7.8 kB view hashes)

Uploaded Source

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