Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Sep 17, 2024
1 parent c601061 commit 62d3864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira_automation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ I usually run in IntelliJ with a Run Configuration
2. Add the environment variable `GITHUB_TOKEN` to your GitHub token. Note that you can use a "fine-grained token" with only access to Issues as opposed to a classic token.
3. For MilestoneResolver, you also need to set these environment variables:
* `JIRA_USERNAME` to your JIRA user, e.g., jdoe@ucsc.edu
* `JIRA_TOKEN` to your JIRA token
* `JIRA_TOKEN` to your JIRA token. To find your token, it's a bit hidden, go from your profile in the account dropdown, go to manage your account, and then to security.
4. For MilestoneChecker, the console will print out generated urls, which you then paste into your browser.
5. For MilestoneResolver, the output is currently set to log INFO only, so you may need to tinker with slf4j to enable logging.

0 comments on commit 62d3864

Please sign in to comment.