{ "info": { "author": "Caleb Hawkins", "author_email": "hawkins.caleb93@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "======================================\nPyJira REST API wrapper\n======================================\n\nSetup\n---------------\n\nFirst, you're gonna want to do this:\n\n pip install pyjira\n\nYou're already halfway there!\n\nNext, you need to set up your environment variables.\n\nGo to your home directory (~/) and put this in \".pyjira\":\n\n export PYJIRA_USER=put your username here\n export PYJIRA_TOKEN=put your password here\n export PYJIRA_ORG=put the organization name here\n\nNext, add this to \".bash_profile\", also in the home directory:\n\n source ~/.pyjira\n\nOn startup, these environment variables will be loaded and you will be able to\nuse PyJira. Woot!\n\nUsage\n---------------\n\nTo use, import like so:\n\n import pyjira\n\nTo get issues relating to a project:\n\n pyjira.get_issues(\"SpaceJam\") # Where \"SpaceJam\" is the project name\n\nYou can also limit the amount of results you get (default=50):\n\n pyjira.get_issues(\"SpaceJam\", 20) # 20 maximum results\n\nTo get a specific issue, call get_issue() with the issue's id/key:\n\n pyjira.get_issue(\"SpaceJam-931\")\n\nTo get all existing fields, call get_all_fields():\n\n pyjira.get_all_fields()\n\nTo get a specific field:\n\n pyjira.get_field(\"customfield_90010\") # You can also just pass \"90010\"\n\nTo get all fields within an issue:\n\n pyjira.get_issue_fields(\"SpaceJam-931\") # Add False as a second parameter to get result with \"customfield_#\" field names\n\nWIP\n---------------\n\nThis project doesn't have many functions at the moment, but it will be added to\nwhenever a new one is needed.\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/FulcrumIT/pyjira/tarball/1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/FulcrumIT/pyjira", "keywords": "jira", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pyjira", "package_url": "https://pypi.org/project/pyjira/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyjira/", "project_urls": { "Download": "https://github.com/FulcrumIT/pyjira/tarball/1.0", "Homepage": "https://github.com/FulcrumIT/pyjira" }, "release_url": "https://pypi.org/project/pyjira/1.0/", "requires_dist": null, "requires_python": null, "summary": "An API wrapper for Atlassian Jira", "version": "1.0" }, "last_serial": 2097576, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "5f45b29ae074eef8097fd3b01a8f65ec", "sha256": "c4ea13b18cf30d427439658990866408377ec80f4778c964c6764c4cd5da6200" }, "downloads": -1, "filename": "pyjira-1.0.tar.gz", "has_sig": false, "md5_digest": "5f45b29ae074eef8097fd3b01a8f65ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3073, "upload_time": "2016-05-03T18:59:43", "url": "https://files.pythonhosted.org/packages/3a/ce/3d04d2924d7092d74e1ac93fd095fb3fe9355467cd2a5f570fead6c7249a/pyjira-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5f45b29ae074eef8097fd3b01a8f65ec", "sha256": "c4ea13b18cf30d427439658990866408377ec80f4778c964c6764c4cd5da6200" }, "downloads": -1, "filename": "pyjira-1.0.tar.gz", "has_sig": false, "md5_digest": "5f45b29ae074eef8097fd3b01a8f65ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3073, "upload_time": "2016-05-03T18:59:43", "url": "https://files.pythonhosted.org/packages/3a/ce/3d04d2924d7092d74e1ac93fd095fb3fe9355467cd2a5f570fead6c7249a/pyjira-1.0.tar.gz" } ] }