Cloud Migration Resources
Planning a Jira Cloud migration? These resources can help you get started:
→ JMWE Cloud features – Review Cloud features and understand key differences between DC and Cloud.
→ Migration support from Appfire – Learn how we can help you migrate smoothly.
ApplicationUser interface
This document details the methods of the ApplicationUser interface you can use on any ApplicationUser, such as those returned by the Getters when you access users such as Reporter, Assignee, a Watcher of the issue etc.
denotes a method that is specific to JMWE
Getters
Method | Return type | Returns |
|---|---|---|
True if and only if the object represents the same user | ||
The ID of the user directory that this user comes from. | ||
Display name of the user, must never be null. | ||
Email address of the user. | ||
| The value of the specified Entity property of the user, parsed into a Groovy object. | |
getKey | The key which distinguishes the ApplicationUser as unique. | |
The username (login) of the user; must never be | ||
isActive | True if this user is active | |
| Returns
returns | |
| Returns the value of the specified User Property of the user. This method returns User Properties that are defined on the Edit User Properties Jira admin page. These are different from the Entity Properties that can only be set and read programmatically (see the Set/Get/DeleteEntityProperty methods). | |
| Returns true if this user is in the specified |
Setters
Method | Return type | Returns |
|---|---|---|
| Sets the value of the specified Entity property of the user to a JSON representation of the specified value. | |
| Sets the value of the specified Entity property of the user to the specified JSON string. |
Deleters
Method | Return type | Returns |
|---|---|---|
| Deletes the specified Entity property of the user. |