Represents a specific user in JIRA, matching only that user.
A user is identified by the user key, introduced in JIRA 6. This is different from structure-api 7.x, which used user name as the ID. As a result, serialized permission subjects from JIRA 5.x may not correctly deserialize with this new version of the API - migration is needed. See {@link StructureUtil#migrateUserNameToUserKey(String)}.
|
|