Do you know a good alternative to redmine or trac which allows such a feature? I've also tried fogbugz, but is too poorly integrated with the svn repository browsing (and there is no sign of code review support).
Tried redmine and trac, but none of them allows me to share milestones and bugs between projects
1.4k Views Asked by Alex Rades At
2
There are 2 best solutions below
0
Richard Dunlap
On
You might want to consider Trac with the Ticket Mover plugin, which also allows the copy or move of tickets and other Trac elements, including milestones.
Not a perfect solution, as you need to migrate edits to the milestones, but we've found it useful in a situation similar to yours where milestones were distinct, but bugs/features occasionally required resolution across multiple projects.
Related Questions in SVN
- Why does the Jenkins SVN plugin give error E170001 when connecting to my VisualSVN server?
- How to find the Git Revision Hash in a synced SVN repo using SubGit?
- In SVN, what's the different between "merge from a to b" an "merge from b to a"?
- Revert back to older version in TortoiseSVN and Commit
- SVN - folder checkout and merges
- Automatically Compile .Net UserControls
- SVN update not working
- maven-scm-plugin 1.9.4 - too old to work with working copy
- git-svn problems creating tags
- Sonarqube SVN Plugin fails with code E155007 'is not a working copy'
- Install Subversion 1.7 on Debian jessie
- How to customize svn date format
- Reverse Merge and svn:mergeinfo
- Automatically deploy latest revision to website from SVN server
- What is a generic name for SVN's "trunk", "tags" and "branches" directories?
Related Questions in TRAC
- "Python-Eggs is writable by group/others" Error in Windows 7
- Disable Trac Authentication for local Usage
- Trac - Limited assign permissions
- trac python bindings messed up
- trac notification not sending emails
- No handler matched request to /login for Trac 1.0 using WSGI
- Trac packages not properly installed
- Allowing anonymous users in Trac (apache/mod_wsgi)
- Change contents of "assign to"
- In trac, is it possible to use trac variables -- like the list of Reports -- in wiki pages?
- Autentication integration between Trac and MediaWiki
- trac rich client
- How to install multiple TRAC versions on Windows
- show today's closed tickets in Trac wiki using ticketquery
- TRAC - change css but being overwrote on page load
Related Questions in FOGBUGZ
- How to parse an XML file with multiple non-specific elements
- Fogbugz API Rich Text sEvent
- FogBugz api request for flat time estimates
- Counting incoming mails from Fogbugz
- Github and Fogbugz
- What types of information should go in the body of a FogBugz case?
- Sourcetree constantly asks for authenticate with Mercurial (Kiln)?
- Why is the Fogbugz API not allowing me to logon?
- Replace text in all wiki-s
- Adding a comment to a Fogbugz case using the Fogbugz API
- How to retrieve a list of all articles of Fogbugz-wiki that have a certain tag?
- How can I set or modify the commit message from a mercurial extension?
- Checking in Files via AnkhSVN not prompting to enter FogBugz Case Number
- Tried redmine and trac, but none of them allows me to share milestones and bugs between projects
- How to add a custom field to the Project administration page using the FogBugz plugin API?
Related Questions in REDMINE
- Rails: eager load related model with condition at third model
- How to send data from slack to another service?
- No Author in SVN Repo Logs
- search issue by custom field in redmine
- Organizing Redmine projects
- redmine: How can I sort by custom field in module
- Fetch value from Redmine Custom Custom field
- How to get the value enetered in custom field in custom workflow
- 2 ruby apps on one server with different Ruby versions
- Change issue status every time when new email was received
- Ruby - Redmine 3.0.3
- Updating issue using Redmine API
- Import Existing users of Gitlab and Redmine to LDAP
- Gem::Ext::BuildError: ERROR: Failed to build gem native extension. on CenOS 6.5
- Why ELSEIF is not reached?
Related Questions in BRANCH
- How to have Heroku build my development branch on a staging server?
- Merge project from other branch git
- Delete branch in clearcase in Eclipse using GUI operation
- Modify files and commit after Branch creation in GIT via Hook
- How can I retrieve the local changed files which I wrongly reset in git
- Create a branch from master with removed code
- Can I use `diff ...` as an indicator for branch cleanup?
- Merging strategy with a long development branch. How to prevent heavy conflicts in the future merge?
- Checkout branch on different remote
- How to list remote branch without web request?
- Show git branch in file explorer
- Git won't see remote merge
- MIPS, why this branch doesn't work?
- Creating new branch in github but it isn't current?
- Associate specific paths in Atlassian Fisheye with Perforce branch mappings
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Sorry but I don't think there is "a good alternative to Redmine", it's good useable system.
I'm not too sure what exactly is driving your requirements, so my only suggestion would be to look at the sub project support on Redmine. For all your projects where you want to share bugs and milestones set up a top level project, the individual projects can then be sub projects under this main umbrella project.
If an issue is common to many projects then create it in the top project, issues specific to one project then create it in a sub project, the filtering at the top level can be set to display all the issues from the sub projects as well as the main project.
Redmine has unique numbering for all issues so in the tickets or the wiki you can cross reference tickets across projects quite easily.
If that doesn't help then I think you'll be into the realms of writing your own plugin.