Project

General

Profile

Missing activities

Added by László Péntek almost 6 years ago

Hi,

I add and update some issues through REST API. Everything works fine, I can see the changes when I view the issues directly. Also the journal of the issue shows the changes.
But on the Activities page there is no sign of these changes.
My Redmine version is 3.4.2

Is this a bug, or have I misconfigured something?

Thanks


Replies (1)

RE: Missing activities - Added by Martin Denizet (redmine.org team member) almost 6 years ago

Hello,
A few suggestions:
You could try, in a Rails console:

Redmine::Activity.providers #(you should have "Journal" is there)

Check the date of the last Journal:
Journal.last.created_on

On your "Activity" screen, make sure "Issues" is not unchecked in the right pane.
Make sure the user has appropriate permissions on the relevant projet(s).
Cheers,

    (1-1/1)