API call for assigning Teams
Michael Van Doorn
[From Support]: I would like to assign a Team user group using API.
Log In
N
Nate Barish
I see that the https://clickup.com/api/clickupreference/operation/GetTask/ api now includes group_assignees in the json returned. I am still not able to set group_assignees via either https://clickup.com/api/clickupreference/operation/CreateTask/ or https://clickup.com/api/clickupreference/operation/UpdateTask/ though
G
Guido Patanella
I'd expect engineering teams to follow the design principle of "API first" ... therefore making an internal API public seems fundamental to me for various use cases (automation, etc)
Alex Raducanu
Please make it work with SCIM to facilitate user management with platforms such as Okta.
R
Rob Fitzgerald
+1 on this, Teams should be ubiquitous with users for assignment purposes based on the way this product is marketed, so this is a major shortcoming of the API.
Sydney
Merged in a post:
Cannot assign task to team through API
Hossein Taleghani
Using
assignees
(or even group_assignees
) property on tasks API, has no effect on team (a.k.a group) assignees"assignees": {
"add": [],
"rem": []
}
"group_assignees": {
"add": [],
"rem": []
}
Ezequiel
Voting up this feature +1
I'm requiring to create tasks via an integration and add assignees (people and/or teams) but looks like API v2 endpoint lacks of this parameter for teams.
The endpoints for "Tasks" require this urgent update
To support add/rem and retrieve "group_assignees" field just like the web version.
Jesse Goble
To be explicit, I'd like to have the ability to set the assignee to a User Group using the Create Task and Create Comment endpoints as well as change these using the Update Task and Update Comment endpoints.
Martin Widemann
Please implement also for teams as watchers.
N
Nate Barish
Looks like there was a bunch of API additions related to teams in the last release. https://dev-doc.clickup.com/333/d/ad-314865/2022-release-notes/ad-675997/release-2-127?utm_source=CURelease&utm_medium=CUReleaseNotes&utm_campaign=v2127 Was anything added for assigning teams to a task?
John Collins
It would be great if this were expanded to be two features.
One that allowed for both POST (Assigning) and one that allowed for GET (Viewing).
Currently, the task API shows no assignees when a team (user group) is assigned despite what the UI shows:
Load More
→