Select to view content in your preferred language

Workforce - Assign a project to a group

962
2
Jump to solution
07-24-2019 06:31 AM
JordanMiller4
Frequent Contributor

Does anyone know if you can assign a WF project directly to a group rather than using a csv file or manually assigning users?

0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

This is not supported in the web app. You can import workers and dispatchers from a group using the Workforce module in the Python API with a few lines of code.

An example is available here.

What kind of workflow were you looking for? Importing workers/dispatchers from a group after the project is created? Or did you have something else in mind?

View solution in original post

2 Replies
by Anonymous User
Not applicable

This is not supported in the web app. You can import workers and dispatchers from a group using the Workforce module in the Python API with a few lines of code.

An example is available here.

What kind of workflow were you looking for? Importing workers/dispatchers from a group after the project is created? Or did you have something else in mind?

Neha
by
Emerging Contributor

@JordanMiller4 Did the following code solve your issue? Curious to know.

0 Kudos