How can I see, manage and analyze GitHub issues using Jira?
As far as I know there is no direct way to view GitHub issues in Jira. Probably one of the Apps might be of use. Just check them out - https://marketplace.atlassian.com/search?query=github.
Otherwise if you want to do it yourself then you can do it using the wonderful APIs provided by GitHub and Jira.
https://developer.github.com/v3/
https://developer.atlassian.com/cloud/jira/platform/rest/v3/
Another good things is that webhooks are available for Jira (Server and Cloud) and Github. Following links might help:
https://developer.atlassian.com/server/jira/platform/webhooks/ (server)
https://developer.atlassian.com/cloud/jira/platform/webhooks/ (cloud)
https://developer.github.com/webhooks/ (Github)
Whenever an issues changes you can push the changes to other side using hooks.
Good detailed answer. I did not find the appropriate plug-in in the https://marketplace.atlassian.com/search?query=github. If you will have found, please inform me. (I do not want to develop my app using API, so I want to use the existing solution).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'll definitely put it here if I come across any.
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.