On the quest to never leave the terminal.
To setup and connect to your jira account, follow the following instructions:
- Setup a new personal access token (On the Jira UI)
Click settings cog > Atlassian account settings > Security > Personal Access Tokens
- Setup cli to be able to authenticate and connect to your jira instance
lazyjira config auth
Config options (examples):
- Instance URI: https://myapp.atlassian.net
- Email: [email protected]
- Access Token: XXXXX
lazyjira