Tracker module/Capabilities
From MoodleDocs
Tracker module's capabilities allow to control who have access to some particuliar behaviour of the module.
- mod/tracker:canbecced
- mod/tracker:seeissues
- mod/tracker:viewallissues
- mod/tracker:manage
- mod/tracker:managepriority
- mod/tracker:viewpriority
- mod/tracker:managewatches
- mod/tracker:resolve
- mod/tracker:report
- mod/tracker:develop
- mod/tracker:comment
Tracker capabilities will allow role binding between tracker internal roles and Moodle surrounding roles :
- Tracker administrators: any moodle roles that have mod/tracker:manage.
- Tracker resolvers: any moodle roles that have mod/tracker:resolve.
- Tracker developers: any moodle roles that have mod/tracker:develop.
- Tracker normal users: any moodle roles that have mod/tracker:report.
The largest amount of user might be given the mod/tracker:seeissues capability so they can watch the issue list. mod/tracker:viewallissues allows a user to see tickets that he is not owning in the list.