Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.12 KB

Jira link comment app

Tired of copying Atlassian Jira issue link to your github pull requests every time ? Install this app and never bother to copy paste the link every time

setup

  1. Create a privatekey file and containing private key from newly created github app
  2. Create .env file from .env.example file
  3. Link the privatekey in .env file
  4. npm install
  5. npm start

usage

create a file in your repo under .github/jira-comment-app.yml with following config

active: true
organization: <Your jira organization name goes here> 
# for example, for this account https://myorganization.atlassian.net/ the settings would be organization: myorganization

when creating branches in your Github repository use jira code for example

bug_fix_for_pm-1334

please note that the code should follow jira id format pm-1234

Contributing

If you have suggestions for how my-first-app could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2019 Girish Sivadanam [email protected]