Hello
Is it possible to take comments from github and automatically add them as comments the the JIRA task the comment / commit belongs to? Any experience of some plugins related to that etc.?
Best regards and have a nice day! :)
Kristín
Hi Kristin,
I do not have any experience with Github but I have done something like this in SVN using a post-commit hook.
https://help.github.com/articles/post-receive-hooks
Basically in the post commit hook I can add a comment to a JIRA issue
https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Add+Comment
Have you had a look at the Github REST API?
http://developer.github.com/v3/
Cheers
Bhushan
It's possible to set it up in GitHub to get an email everytime a comment is made. I'm going to try to solve this by using Mail Handlers in JIRA, and hopefully that will work since it's very easy to set up :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.