Skip to content

Enable by default track_issue_activity_actions feature

What does this MR do?

Enable track_issue_activity_actions feature by default

Testing steps

Do some actions for triggering events form Project Management group

Check in rails console usage data for current week

events = Gitlab::UsageDataCounters::HLLRedisCounter.send(:known_events).select { |event| event[:category] == 'issues_edit' } 
events.each{|e| p "#{e["name"]}: #{Gitlab::UsageDataCounters::HLLRedisCounter.unique_events(event_names: e["name"], start_date: 1.weeks.ago, end_date: Date.current + 1.week)}"}

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #264218 (closed)

Edited by Alina Mihaila

Merge request reports