Issue Details (XML | Word | Printable)

Key: MPCHANGES-1
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Vincent Massol
Reporter: Brett Porter
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Changes Plugin

changes plugin - issue tracking integration

Created: 11/Nov/03 04:42 PM   Updated: 15/Nov/03 02:15 PM   Resolved: 15/Nov/03 02:15 PM
Return to search
Component/s: None
Affects Version/s: 1.2
Fix Version/s: 1.3

Time Tracking:
Not Specified


 Description  « Hide

The changes plugin should take an issue number in an <action> declaration. This can be hyperlinked in the report.

The link can be derived from issueTrackingUrl if it is a known tracking system (JIRA, Bugzilla, ?), but allow specification via maven.changes.issueUrl.

Additionally, a release should allow the specification of a version (JIRA), or milestone (Bugzilla). The hyperlink can point to some query about those issues, or a roadmap or something (haven't thought about that yet).

This is the first step to a more complete integration where changes might automatically suck in issues marked for a certain version.



Vincent Massol added a comment - 15/Nov/03 02:15 PM

Fixed in 1.3. Added a "issue" attribute to <action> elements. See changes.xml from changes plugin to see it in action.