com.atlassian.jira.issue.fields.screen.issuetype.ProjectIssueTypeScreenSchemeHelper |
![]() |
A number of useful issue type screen scheme scheme methods, particularly to do with "active" field screen schemes. A field screen scheme is only considered "active" if it is currently actually being used by a project. This means it is active if:
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of the projects are currently using the passed screen scheme, and the screen scheme is active.
| |||||||||||
Like
getProjectsForFieldScreenScheme(com.atlassian.jira.issue.fields.screen.FieldScreenScheme) , but
takes a set of field screen schemes and returns a multimap of Field Screen Scheme -> Active projects | |||||||||||
Return a list of projects that use the issue type screen scheme with the passed query.
|
Returns a list of the projects are currently using the passed screen scheme, and the screen scheme is active. Only projects that the current user can change the configuration for will be returned.
fieldScreenScheme | the name of the field screen scheme to check. |
---|
Like getProjectsForFieldScreenScheme(com.atlassian.jira.issue.fields.screen.FieldScreenScheme)
, but
takes a set of field screen schemes and returns a multimap of Field Screen Scheme -> Active projects
fieldScreenSchemes | field screen schemes to get projects for |
---|
ProjectNameComparator
Return a list of projects that use the issue type screen scheme with the passed query. Only projects that the passed user can change the configuration for will be returned.
issueTypeScreenScheme | the issue type screen scheme. There is no concept of a magical null-id issue type screen scheme, all of them, even the default, have IDs. |
---|