Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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/
Status
colourBlue
titlepost
configure/add-groupName of the Jira/Confluence Group to add for delegation purpose.
Status
colourBlue
titlepost
configure/add-ownerAdding a Group as owner.
Status
colourBlue
titlepost
configure/add-ownerAdding a User as an owner.
Status
colourGrey
titleDELETE
configure/remove-ownerRemoving an owner which is a group.
Status
colourGrey
titleDELETE
configure/remove-ownerRemoving an owner who is a user.
Status
colourYellow
titleget
delegation/my-groupsGet the list of groups I am the owner of.
Status
colourBlue
titlepost
delegation/my-groupAdd user to my group which I am the owner of.
Status
colourGrey
titleDELETE
delegation/my-groupRemove user from my group which I am the owner of.
Status
colourYellow
titleget
delegation/getAllRetrieve all groups and their delegates.
Status
colourYellow
titleget
delegation/getGroup/{group}RetrieveĀ all the delegates of a specific group.

...