TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Moved from Jira to OpenProject – Built an Open-Source Migration Tool

11 点作者 eibrahim4 个月前
A few weeks ago, I decided to move away from JIRA to cut costs and self-host my project management tool. After evaluating open-source alternatives, I initially tried Plane, but its community edition was too limited, and the paid version cost as much (if not more) than JIRA.<p>I then switched to OpenProject—not the best UI&#x2F;UX, but feature-rich and usable in its free edition. I deployed it in my Kubernetes cluster, and it met most of our needs.<p>The Migration Problem Migrating thousands of JIRA tasks (projects, comments, attachments, etc.) was a challenge. OpenProject provided an Excel Macro written in Visual Basic, which didn’t work for me. So, I wrote a Python script to automate the migration. In a few hours, I had all our data moved over, and we’ve been happily using OpenProject ever since.<p>Open-Sourcing the Tool Since others might face the same problem, I open-sourced the migration script - https:&#x2F;&#x2F;github.com&#x2F;dotnetfactory&#x2F;openproject-jira-importer and shared it with OpenProject. They responded with gratitude—and even gave me a free professional license as a thank-you.<p>Turning It Into a Service? A few days later, a bug report led to a conversation with another OpenProject user. He suggested turning this into a paid migration service, as many companies might need help moving from JIRA.<p>Would this be useful to others? If so, I put together a quick MVP&#x2F;landing page to gauge interest (link in the repo)<p>Feedback welcome!

3 条评论

oliverguenther4 个月前
(Disclaimer: OpenProject developer&#x2F;maintainer)<p>Thanks for your work and making it available open-source! How about we set up a project over at <a href="https:&#x2F;&#x2F;community.openproject.org" rel="nofollow">https:&#x2F;&#x2F;community.openproject.org</a> so we can align on how to best help your project and learn from your experiences?<p>If you have any further questions, need help with the API, or any feedback on the tool itself, please reach out any time!
评论 #42937875 未加载
评论 #42941911 未加载
Pixelious4 个月前
This is awesome. JIRA migrations are a massive headache, and the fact that you open-sourced a working solution is solid. OpenProject isn’t the prettiest, but it gets the job done, and cutting out Atlassian’s costs is a win.<p>Turning this into a paid service makes total sense—plenty of teams don’t have the time or patience to deal with migration. You could probably gauge demand by reaching out to OpenProject users directly or posting in places where people rant about JIRA (which is… a lot of places).
评论 #42931835 未加载
AbramBorma4 个月前
Awesome, It&#x27;s a Big headache to start over from scratch when migrating from a PM tool to another. I have been contemplating for so long whether to start using a different tool other than Jira, but since you&#x27;ve already shared your experience, I might leverage your script and shift to OpenProject.<p>Thank you so much eibrahim and keep the good work up.