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
- Install the atlassian-plugin-sdk to get a local instance of the Jira REST API to test against. Follow the instructions at
- https://developer.atlassian.com/server/framework/atlassian-sdk/downloads/
- https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/
- Run Jira by being in the plugin directory and running
atlas-run
- 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
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
jirator-0.1.4.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file jirator-0.1.4.tar.gz
.
File metadata
- Download URL: jirator-0.1.4.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb660dd8c936a493e2da8898220e3ef89142127dd04802cfac0cc5199af5abb9 |
|
MD5 | 5bf5b083b082c1768c43d106fe102a6e |
|
BLAKE2b-256 | 7a3ad6e2869b0f93151b43accc0463759d30bed592a764e1f3c56df0bb2f890a |
File details
Details for the file jirator-0.1.4-py2-none-any.whl
.
File metadata
- Download URL: jirator-0.1.4-py2-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | abdec951da637903e17862bc9fd66358787e3a5aea2d332e5c85444d522e8279 |
|
MD5 | e3eac1874df77e93431659e7183bd41f |
|
BLAKE2b-256 | 383f4f7d3692796ad69da35e82408ddde8a5ceb83930ea8e6706a90762e95149 |