Can I get all users groups? Permanently deleted user Created August 01, 2018 14:32 I need to get all user groups but only found findByName method.
Hello,
You can get all available groups using REST request: https://www.jetbrains.com/help/youtrack/standalone/GET-Groups.html.
> can I get Role by name and get all users/groups with this role?
Unfortunately, this is not possible.
Or another way: can I get Role by name and get all users/groups with this role?
Anastasia, I need to get all groups inside workflow for subsequent operations.
You can use REST API requests in workflow scripts: https://www.jetbrains.com/help/youtrack/standalone/JS-Workflow-REST-API.html