I am transitioning my employees to create issues for meetings so that we can log work hours to appropriate meetings. In order to allow employees to view meetings they are apart of they 'watch' any meeting they attend (this is important for reoccurring meetings as we reuse the same card. I created a kanban board that allows employees to view meetings they are involved in (regardless of POC) by having a filter:
watcher = currentUser() AND resolution = Unresolved AND labels in (Meetings, meetings) ORDER BY duedate DESC, updated DESC
This works well as employees may follow certain cards and this will show what they need to see. The issue is notifications, is there anyway to limit notifications so that notifications don't come up for issues labeled "meetings". I am also open to other opinions on how to implement tracking worklog of meetings in jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.