|
| ||
|
ZenDesk needs to list assignable users for a JIRA project. The WS for this doesn't currently exist in JIRA
Create a project and an unassigned user.
The set of assigned user for the project should be empty.
Assign the first user to the project.
The returned 'assigned user set' should now contain the user.
Create and assign another user.
The returned 'assigned user set' should now contain both users.
Unassign a user.
The returned 'assigned user set' should now only contain the remaining user.
|
|