Actions
Feature #42850
openChanges of the start_date field in journals are not displayed when adding a subissue
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
When adding a subissue, the parent issue's journals does not contain the start_date field, although it changes to the subissue's creation date. Is it possible to make journals show this field?
Actual result:
{
"id": 1608662,
"user": {
"id": 123,
"name": "User User"
},
"notes": "",
"created_on": "2025-06-09T08:10:38Z",
"updated_on": "2025-06-09T08:10:38Z",
"private_notes": false,
"details": [
{
"property": "attr",
"name": "child_id",
"old_value": null,
"new_value": "183228"
}
]
}
For example, expected result:
{
"id": 1608662,
"user": {
"id": 123,
"name": "User User"
},
"notes": "",
"created_on": "2025-06-09T08:10:38Z",
"updated_on": "2025-06-09T08:10:38Z",
"private_notes": false,
"details": [
{
"property": "attr",
"name": "child_id",
"old_value": null,
"new_value": "183228"
},
{
"property": "attr",
"name": "start_date",
"old_value": "2025-06-02",
"new_value": "2025-06-09"
}
]
}
No data to display
Actions