java.lang.Object | |
↳ | com.atlassian.jira.issue.fields.screen.DefaultProjectFieldScreenHelper |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Whether the provided user can view the field screen for the project.
| |||||||||||
Gets the projects using a given
FieldScreen . |
[Expand]
Inherited Methods | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||
![]()
|
Whether the provided user can view the field screen for the project.
user | the user to check to access for. Must not be null. |
---|---|
fieldScreen | the field screen to query view access on. Must not be null. |
project | the project the field screen should be on. Must not be null. |
Gets the projects using a given FieldScreen
. A project uses a given FieldScreen
if it:
FieldScreen
as a transition screen, orFieldScreen
for one of its issue operations
Only projects for which the requesting user has EDIT_PROJECT_CONFIG
permissions are returned.
fieldScreen | field screen to find associated projects for. |
---|
COMPARATOR