Skip to main content

A Jira login assistant that saves credentials for individual servers locally for future use.

Project description

Jira Login provides an easy solution for signing into Jira as it stores and references local credentials for each instance accessed. Note that stored passwords are encoded for obfuscation purposes, but should not be considered to be highly secure. Stored credentials will be used until an unauthorized response is received from Jira. From here, you’ll need to re-enter your credentials which will be stored once again for future use.

Reference the Python Jira library documentation for usage after using Jira Login to sign in - https://jira.readthedocs.io/en/master/

Typical usage often looks like this:

from jiralogin import JiraLogin

jl = JiraLogin.JiraLogin(r'<Link to your Jira server>')
jira = jl.login()
    issue = jira.search_issues(jql_str='key = PROJECT-1000', json_result=True, fields='key, summary')
    print(issue)

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

JiraLogin-1.0.3.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

JiraLogin-1.0.3-py3-none-any.whl (4.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