Skip to content

Add external actvities feature

Created by: gsobczyk

(In reply to https://github.com/projecthamster/hamster/issues/493) I've made some changes to hamster in my own repository:

  • gathering activities from an external source: Jira (but only via DBUS because I don't have a need to suggesting them - I use cinnamon applet for every operation on activities)
  • export activities as worklogs to Jira

My TODO list for external activities feature:

  • settings for external activities
  • get external activities from jira
  • cinnamon applet update
  • export flag on overview
  • exporting window
  • exporting to jira
    • only finished activities
  • exporter invoked from command line
  • add suggestions to hamster from external source (to activityentry)
  • integrate exporting with overview window
  • exporting activities via DBUS
  • export to jira item in menu - there is no need
  • zsh completion (WIP) - maybe in future

Merge request reports