- REST: add attribute in artifacts/:id/changesets for "fields" param: all, comments, comments_with_diff
- REST: handle priority changes
- REST: artifact representation:
{
...
diff_with_previous: [
{
field_reference: {
id:
label:
type:
},
html_diff: "string",
},
...
]
}
- Angular: Display html_with_previous (cf. mockup in story #8372)
- Angular: handle "show diff" button for textarea fields