Skip to main content

Fetch your assigned JIRA issues and checkout new branches with their ID

Project description

Configuration

jirator will look in ~/.jirator/config for a configuration file, which will specify server to use, credentials for the server and what issue statuses jirator should consider as "open" issues (i.e. the ones that will be shown for you).

Example config

{
  "server": "http://localhost:2990/jira",
  "username": "fredsusername",
  "password": "fredspassword",
  "status": ["TO DO","IN PROGRESS","ON HOLD", "IN REVIEW", "OPEN"]
}

Contributing

Contributions are welcome. Note that all contributions are subject to the license of this project.

Setup up dev environment

  1. Install the atlassian-plugin-sdk to get a local instance of the Jira REST API to test against. Follow the instructions at
  2. https://developer.atlassian.com/server/framework/atlassian-sdk/downloads/
  3. https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/
  4. Run Jira by being in the plugin directory and running atlas-run
  5. When you've created your plugin and the server is running, login and create a project and a few issues to test on

Create a release

Run the following command in the root path:

python setup.py sdist

install locally:

pip install (--user) /path/to/tarfile

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

jirator-0.1.4.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

jirator-0.1.4-py2-none-any.whl (6.3 kB view hashes)

Uploaded Python 2

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