Using Gitify to sync User Group Permissions.

I want to be able to sync User Group Permissions between the local and the live versions of my project using Gitify. Does anyone know if that’s possible? And if yes, how so?

So far I have been able to get the user groups name and description with the following:
usergroups:
class: modUserGroup
primary: id

Thanks in advance!

Hello @camillavoss,
i use the following for my workflow: https://github.com/jenswittmann/MODX-Gitify-Preset/blob/67f7685bf84dfb41254e6f74f307fe718313a2fb/.gitify#L156

Does it work?

1 Like