jira

command
v0.0.0-...-1d25bb0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2016 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Note: I haven't had a chance to test that this works. This example was graciously provided by https://github.com/zimmski

You should be able to set your consumer key, and provide a public key in the Jira admin, as documented in: https://www.prodpad.com/2013/05/tech-tutorial-oauth-in-jira/

To generate a public/private key pair, do something like: $ openssl genrsa -out private_key.pem 4096 $ openssl rsa -pubout -in private_key.pem -out public_key.pem Upload the public key to Jira, and reference the private key via the --privatekeyfile flag.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL