Description
The SCC event has support to provide links to EiffelIssueDefinedEvents. There is currently no way to get such links into the SCC events sent from this plugin.
Motivation
To increase the trace-ability in source changes notified by this plugin to also include links to issues handled in the source change.
Exemplification
The commit message could contain a tag specifying what issue has been solved or partly solved with that source change. As the SCC event can contain RESOLVED_ISSUE or PARTLY_RESOLVED_ISSUE links to ID events it should be handled by this plugin. Whether the plugin should also send that ID event itself, or just lookup and link to existing ID events needs to be figured out.
Benefits
More complete trace-ability of issues handled in a source change
Possible Drawbacks
If the plugin itself would send the ID events it could be seen as a bit weird.