Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README #2

Merged
merged 1 commit into from
Mar 1, 2017
Merged

Updated README #2

merged 1 commit into from
Mar 1, 2017

Conversation

LindsayHill
Copy link
Contributor

Added additional instructions to make installation & configuration process slightly easier.

Added additional instructions to make installation & configuration process slightly easier.
@LindsayHill LindsayHill merged commit 6f6e3ef into master Mar 1, 2017
@LindsayHill LindsayHill deleted the LH/README branch March 1, 2017 23:41
2. Generate a consumer key. You can use python uuid.uuid4() to do this, for example:

```
$ python
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One liner would also do the trick :D

python -c "import uuid; print uuid.uuid4()"

3. Configure JIRA for external access:
* Go to AppLinks section of your JIRA - https://JIRA_SERVER/plugins/servlet/applinks/listApplicationLinks
* Create a Generic Application with some fake URL
* Click Edit, hit IncomingAuthentication. Plug in the consumer key and RSA public key you generated.
4. Get access token using this [script](/~https://github.com/lakshmi-kannan/jira-oauth-access-token-generator/blob/master/generate_access_token.py). These are the ones that are printed at the last. Save these keys somewhere safe.
4. Get access token using this [script](/~https://github.com/lakshmi-kannan/jira-oauth-access-token-generator/blob/master/generate_access_token.py). You may need to install additional libraries to run that script, and you
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should move this script into this repository in etc/ directory.

Anyway not a big deal for now.

@Kami
Copy link
Contributor

Kami commented Mar 2, 2017

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants