REST Endpoints (2.0)

The Delegated Group Management for Jira and Confluence REST APIs are used to interact with the app remotely. It provides the REST API for common features like adding a delegated group, adding Group as an owner, adding a user as owner, removing a user as owner, removing a group as owner etc.


The following table lists the currently available public API endpoints

MethodPathDescription
URI relative to your Jira Instance https://your.jira.url/rest/wittified/delegated-groups/1.0/
POST
configure/add-groupName of the Jira/Confluence Group to add for delegation purpose.
POST
configure/add-ownerAdding a Group as owner.
POST
configure/add-ownerAdding a User as an owner.
DELETEconfigure/remove-ownerRemoving an owner which is a group.
DELETEconfigure/remove-ownerRemoving an owner who is a user.
GETdelegation/my-groupsGet the list of groups I am the owner of.
POSTdelegation/my-groupAdd user to my group which I am the owner of.
DELETEdelegation/my-groupRemove user from my group which I am the owner of.
GETdelegation/getAllRetrieve all groups and their delegates.
GETdelegation/getGroup/{group}Retrieve all the delegates of a specific group.