https://github.com/aoki/hubot-jira-ticket-title
Hubot script that display title of JIRA ticket.
https://github.com/aoki/hubot-jira-ticket-title
hubot javascript
Last synced: 8 months ago
JSON representation
Hubot script that display title of JIRA ticket.
- Host: GitHub
- URL: https://github.com/aoki/hubot-jira-ticket-title
- Owner: aoki
- Created: 2017-10-01T07:02:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T04:21:49.000Z (over 8 years ago)
- Last Synced: 2025-06-20T14:40:52.446Z (12 months ago)
- Topics: hubot, javascript
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hubot-jira-ticket-title
Hubot script that display title of JIRA ticket.
```
Hubot> https://example.com/jira/browse/EXAMPLE-123
Hubot> > EXAMPLE-123: Create example hubot script
```
## Configurations
- `HUBOT_JIRA_URL`: JIRA base URL(ex. `${HUBOT_JIRA_URL}/browse` and `${HUBOT_JIRA_URL}/rest/api/2/issue`)
- `HUBOT_JIRA_USER`: JIRA username
- `HUBOT_JIRA_PASSWORD`: JIRA password
## How to Install
1. `npm i hubot-jira-ticket-title`
2. Add `hubot-jira-ticket-title` to the `external-scripts.json`