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. When you've created your plugin and the server is running, login and create a project

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.1.tar.gz (2.3 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