{ "info": { "author": "Marvin Pinto", "author_email": "marvin@pinto.im", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4" ], "description": "===============================\nCharlesbot Jira plugin\n===============================\n\n.. image:: https://img.shields.io/travis/marvinpinto/charlesbot-jira/master.svg?style=flat-square\n :target: https://travis-ci.org/marvinpinto/charlesbot-jira\n :alt: Travis CI\n.. image:: https://img.shields.io/coveralls/marvinpinto/charlesbot-jira/master.svg?style=flat-square\n :target: https://coveralls.io/github/marvinpinto/charlesbot-jira?branch=master\n :alt: Code Coverage\n.. image:: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n :target: LICENSE.txt\n :alt: Software License\n\nA Charlesbot__ plugin that interacts with Jira and does some cool shit.\n\n__ https://github.com/marvinpinto/charlesbot\n\n\nHow does this work\n------------------\n\nWhenever a person types something in chat that looks like a Jira ticket, this\nplugin grabs a bunch of information about that ticket and prints it in chat.\n\n.. image:: https://raw.githubusercontent.com/marvinpinto/charlesbot-jira/master/images/jira.png\n\n\nInstallation\n------------\n\n.. code:: bash\n\n pip install charlesbot-jira\n\nInstructions for how to run Charlesbot are over at https://github.com/marvinpinto/charlesbot!\n\n\nConfiguration\n-------------\n\nIn your Charlesbot ``config.yaml``, enable this plugin by adding the following\nentry to the ``main`` section:\n\n.. code:: yaml\n\n main:\n enabled_plugins:\n - 'charlesbot_jira.jira.Jira'\n\nThen add a ``jira`` dictionary block that looks something like:\n\n.. code:: yaml\n\n jira:\n base_url: 'https://jira.atlassian.com'\n\n\nSample config file\n~~~~~~~~~~~~~~~~~~\n\n.. code:: yaml\n\n main:\n slackbot_token: 'xoxb-1234'\n enabled_plugins:\n - 'charlesbot_jira.jira.Jira'\n\n jira:\n base_url: 'https://jira.atlassian.com'\n\nLicense\n-------\nSee the LICENSE.txt__ file for license rights and limitations (MIT).\n\n__ ./LICENSE.txt", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/marvinpinto/charlesbot-jira", "keywords": "slack robot chatops charlesbot charlesbot-jira", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "charlesbot-jira", "package_url": "https://pypi.org/project/charlesbot-jira/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/charlesbot-jira/", "project_urls": { "Homepage": "https://github.com/marvinpinto/charlesbot-jira" }, "release_url": "https://pypi.org/project/charlesbot-jira/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Charlesbot Jira plugin", "version": "0.2.0" }, "last_serial": 1837884, "releases": { "0.0.1": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "e0db0aecfd1c3d45ee9e822bcea67943", "sha256": "9bf4d0e3b98380d3db0879eb153d05fd566f006e16978c44f8aff774babf0748" }, "downloads": -1, "filename": "charlesbot-jira-0.2.0.tar.gz", "has_sig": false, "md5_digest": "e0db0aecfd1c3d45ee9e822bcea67943", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4011, "upload_time": "2015-11-29T01:58:42", "url": "https://files.pythonhosted.org/packages/14/80/f47e4854c192d924402c3919ca7730399719008c3d7cb559558fd805e280/charlesbot-jira-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e0db0aecfd1c3d45ee9e822bcea67943", "sha256": "9bf4d0e3b98380d3db0879eb153d05fd566f006e16978c44f8aff774babf0748" }, "downloads": -1, "filename": "charlesbot-jira-0.2.0.tar.gz", "has_sig": false, "md5_digest": "e0db0aecfd1c3d45ee9e822bcea67943", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4011, "upload_time": "2015-11-29T01:58:42", "url": "https://files.pythonhosted.org/packages/14/80/f47e4854c192d924402c3919ca7730399719008c3d7cb559558fd805e280/charlesbot-jira-0.2.0.tar.gz" } ] }