Assignable users WS

ZenDesk needs to list assignable users for a JIRA project. The WS for this doesn't currently exist in JIRA

Import
org.agilos.zendesk_jira_plugin.integrationtest

Create a project and an unassigned user.

do with Webservice
create user with username ole
create project with key ACC and Name Acceptance test and lead ole

The set of assigned user for the project should be empty.

set of assignable users
name

Assign the first user to the project.

do with Webservice
assign ole to project

The returned 'assigned user set' should now contain the user.

set of assignable users
ole

Create and assign another user.

do with WebService
create user with username brian
assign brian to project

The returned 'assigned user set' should now contain both users.

set of assignable users for project Zendesk JIRA plugin itegration test
name
ole
brian

Unassign a user.

do with WebService
unassign ole from project

The returned 'assigned user set' should now only contain the remaining user.

set of assignable users for project Zendesk JIRA plugin itegration test
name
brian
Full Size
A Gliffy Diagram named: Assign user sequence
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.