A bot that retrieves the JIRA issue details from your JIRA server.
- @jirabot issue-1 issue-2
- This will fetch both issue-1 and issue-2 from the jira API configured in the .env file
- Set up the .env file with the following values
- example
PORT=8080
JIRA_HOST=developer.atlassian.com
JIRA_USER=serviceAccount
JIRA_PASS=serviceAccountPassword
- Installation
npm install- Run on development env
npm run dev👤 Deepesh Nair @hybridx