Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4
-
Fix Version/s: 2.6
-
Component/s: announcement
-
Labels:None
-
Number of attachments :
Description
The current version only maps "Bug", "New Feature" and "Improvement" issues types to "fix", "add" and "update" actions. If the issue type from the IMS isn't recognized the default action type is blank and this leads to the issue not being included within the announcement when using the default template.
This set of supported issue types can be limiting with a modern JIRA installation as is it has a greater range of issue types and can be extended with additional types. The most flexible solution for JIRA and other IMSes would be to allow the the mapping of issue types to action types.
Issue Links
- is duplicated by
-
MCHANGES-251
Tolerate novel issue types
-
I have created a possible solution to the ticket based on adding a new configuration parameter "issueTypes". The parameter is a map that takes the action type as the key and the value as a comma separated string of issue types e.g.
<issueTypes>
<add>New Feature, Story, Epic</add>
</issueTypes>
If action type is not defined in the map (The example doesn't defined "fix" or "update") the default issue types are used for the undefined action types.