Skip to main content

Make JIRA Epics, Tasks, and Sub-tasks via a freeplane mindmap

Project description

Software Requirements

Installation

Python

pip install jira_freeplane

Docker - jira-freeplane

docker pull hollingsworthsteven/jira-freeplane

Quickstart

  • Create a new mindmap, see sample.mm as an example.

  • If you want to start non interactive (with an ini file) you can find one here

docker (interactive mode)

docker run --rm -it -v "$(pwd):/app" -v "$mindmap:/config/freeplane_doc.mm" -e "JIRA_USER=${JIRA_USER}" -e "JIRA_PASS=${JIRA_PASS}" -u "$(id -u):$(id -g)" hollingsworthsteven/jira-freeplane jira-freeplane --interactive /config/freeplane_doc.mm

python/pip

pip install jira_freeplane
export JIRA_USER=<your_jira_username>
export JIRA_PASS=<your_jira_password>
jira-freeplane -i /path/to/mindmap.mm

Contribute

Pull requests are welcome!

Support

Unfortunately, there is no support for this project. We do welcome contributions and pull requests though!

License

The project is licensed under the MIT license. see LICENSE

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

jira-freeplane-1.0.10.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

jira_freeplane-1.0.10-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

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