Hi!
I'm working on an analytical integration that tracks, in particular, status changes. So I need to fetch changes of task attrs for multiple tasks via the API. I learned that there is a possibility to do it one by one with `issues` api, requesting to `include: journals`. And this works fine. But it also contains excessive information, not needded for my goals: the user messages and also the entries with messages only but no prop changes.
1) I wonder if there is a better way to extract only the prop changes?
2) And also if there is a way to extract them massively, not issue by issue
Would appreciate hints and recommendations :)