Active
Project:
Case Tracker
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2010 at 04:05 UTC
Updated:
19 Jul 2011 at 08:43 UTC
Jump to comment: Most recent
It would be great to have the option to link a case with a ticket being tracked in another system, like launchpad does [1].
Just a link to an issue on mantis, for example, would work to begin with. Then, being able to import the status of the case in the other system would be really cool.
[1] https://help.launchpad.net/Bugs/MultiProjectBugs#Bugs%20in%20external%20...
Comments
Comment #1
helmo commentedThere is an older issue on the same topic, see #521752: Add FeedAPI Mapper support
Closing this as duplicate, feel free to re-open if you disagree.
Comment #2
clemens.tolboomThis is not a duplicate of #521752: Add FeedAPI Mapper support
Studying the image
#521752: Add FeedAPI Mapper support is about mapping remote issues onto a case tracker node
#846992: Links to external trackers is about adding a field to tracker remote issues.
Comment #3
clemens.tolboomSee also #826490: Mapper for casetracker
Comment #4
clemens.tolboomI guess we need a Link field to the external issue and grab some fields from it to display.
A test would comprise:
- CCK Link field linking to the remote issue
- CCK Text field holding the parsed values
- http://drupal.org/project/feeds_xpathparser to parse the document
Any thoughts?