简体   繁体   中英

Synchronize Issues in Mantis and in JIRA

We are moving from Mantis to JIRA and wish to keep Mantis alive for some time until the migration is complete and all the users are migrated.

All users (esp. the dev team) that have been migrated to JIRA shouldn't continue with Mantis (maybe deactivate accounts) and concentrate on JIRA alone.

Thus if a Mantis issue that was migrated to JIRA gets fixed/commented (in JIRA) the new status should be synchronized to the still existing Mantis issue.

And (if possible) new issues that are created in Mantis should be automatically be added to JIRA (if this is not possible then thats OK too)

Does anybody know of a tool or plugin that can do this?

您可以使用Jira的REST API来实现自己的同步,如上面回复的@Daria,也可以使用Task Adapter 在Jira和Mantis之间进行手动数据同步

Sorry I have no immediate answer, but we are developing an internal tool for exactly this purpose:

  • migrate existing issues from Mantis -> JIRA
  • ability to enter new issues in Mantis and have them synced to JIRA
  • activity in JIRA issues replicated back to Mantis
  • workflow disabled in Mantis (issues are slaved to JIRA state)
  • keep Mantis alive for N months while users are trained and migrated

It is using their SOAP and REST APis respectively.

If there is interest and it works well (looking really good at this stage) I will seek permission to open source it.

I do not know any tool that does it, but in our company we have successfully implemented sync tool for Jira<->Footprints and Jira<->CRM. It would use Jira SOAP API (or REST starting from 5.0) and Mantis SOAP API. This tool can regularly check issues in both systems and update them accordingly.

Jira SOAP API - http://docs.atlassian.com/software/jira/docs/api/rpc-jira-plugin/latest/index.html?com/atlassian/jira/rpc/soap/JiraSoapService.html

Jira REST API - https://developer.atlassian.com/display/JIRADEV/JIRA+REST+APIs

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM