Skip to content

Track clicks on the issue sidebars

Problem to solve

We should track interactions with the issue sidebar.

Proposal

Currently, the sidebar looks like this: image

Fire an event in the following cases:

  • Assignee edit button clicked: ('trackStructEvent','issues','click_edit_button','right_sidebar','assignee',''
  • Milestone edit button clicked: ('trackStructEvent','issues','click_edit_button','right_sidebar','milestone',''
  • Due date edit button clicked: ('trackStructEvent','issues','click_edit_button','right_sidebar','due_date',''
  • Labels edit button clicked: ('trackStructEvent','issues','click_edit_button','right_sidebar','labels',''
  • Weight edit button clicked: ('trackStructEvent','issues','click_edit_button','right_sidebar','weight',''
  • Confidentiality edit button clicked: ('trackStructEvent','issues','click_edit_button','right_sidebar','confidentiality',''
  • Lock issue edit button clicked: ('trackStructEvent','issues','click_edit_button','right_sidebar','lock_issue',''
  • Add Todo button clicked: ('trackStructEvent','issues','click_button','right_sidebar','update_todo',''
  • Move issue button clicked: ('trackStructEvent','issues','click_button','right_sidebar','move_issue',''
  • Notifications state is on: ('trackStructEvent','issues','toggle_button','right_sidebar','notifications',1
  • Notifications state is off: ('trackStructEvent','issues','toggle_button','right_sidebar','notifications',0

What does success look like, and how can we measure that?

Links / references

Edited by Donald Cook