I have previously used JIRA, but now I have joined a company which is using github-issues to track all their work.
I have proposed to move to JIRA since we are quickly growing in numbers (both developers and QA) and the github issue tracking system is starting to fall behind in our needs.
Since we work Agile. Our main concern is transitioning from our current github issues system to JIRA without loosing track of anything.
Right now we have different github repos for different projects and we *try* to keep all issues consolidated in their own 'issues' repo. When needed we simply make a reference to the code in another project. Some smaller projects use their integrated github issue tracking.
Is there any best practices manuals or whitepapers on how to make this transition?
I am aware of the plugins to integrate github and JIRA, the question is not about linking existing JIRA issues but about moving all the issues info we currently have in github to JIRA *and* then link those issues to their respective projects/code when needed.
Thanks
Hey Joel-
We have a plugin that does just this:
https://marketplace.atlassian.com/plugins/com.atlassian.jira.plugins.jira-importers-github-plugin
It will import your issues from GitHub into JIRA. Let me know if you have any questions.
Dan Radigan
Agile Evangelist, JIRA, Atlassian
These plugins are great, but they don't help those who are using OnDemand.
It would be excellent if Atlassian provided such a solution for those who are using OnDemand!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dan. I've downloaded it but I'm getting a 404 error when I try to connect through plugin JIRA GITHUB IMPORTER. Can you help me? I try to delete my app permissions on github, but it didn't work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Antonio... This sounds like a configuration issue or a bug. Can you raise an issue at support.atlassian.com?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
None of the resources above are available anymore. I'm getting nothing but 404 or Moved, but it doesn't show me where it moved to.
I cannot believe it is this difficult to get from GitHub into Jira Cloud. Any tips for actually getting this done?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I haven't experienced this before, but there was few people who mentioned they managed to do this by building up their own scripts to export issues from GitHub to CSV files to be imported to JIRA using the CSV importer:
- http://kylecordes.com/2012/github-issues-export-jira
- https://gist.github.com/henare/1106008
Maybe others in this forum have better ways.
All the best
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahmed-
I'd raise an issue with our support to see what we can do for you.
Dan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This script aims to generate a JIRA-friendly JSON file from GitHub issues: https://github.com/klamontagne/github-to-jira
I'm testing it out with OnDemand now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do this for JIRA Cloud: https://confluence.atlassian.com/display/AOD/Importing+Data+from+GitHub
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"Page not found"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Is there any other way by which I can import all of my gitHub issues with comments to my Jira cloud, the method I have found is importing from CSV. Is there any plugin available to perform this? I tried DVCS Jira inbuilt plugin but it reaches the gitHub rate limit very quickly and sync fails. Pls advise.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I figured out a way to do this for OnDemand: http://log.liminastudio.com/miscellaneous/importing-github-issues-into-jira-ondemand
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
PHP is a little more accessible for me, yes. Do you mind sharing your script in a Gist, with some basic directions? :) I would be happy to extend the directions for 'dummys' like myself after I use it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It would be most excellent to allow this to be done in OnDemand instances.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just did this today: http://log.liminastudio.com/miscellaneous/importing-github-issues-into-jira-ondemand
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've managed to move my github issues to OnDemand after creating a script that extract issues in CSV format then inserted them using the external import of issues in Jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've seen a few such scripts shared in Gists .. problem for me is they are all writtien for Python, or Ruby, etc, and I'm not a 'developer'. If there are well written instructions I can push buttons though :p
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.