com.atlassian.jira.web.action.issue.IssueCreationHelperBean |
![]() |
This interface is deprecated.
Use IssueService
instead (will be moved into jira-core). Since v6.2.
@Internal
classes and interfaces can not expect to be compatible with any version
other than the version they were compiled against (even minor version and milestone releases may break binary
compatibility with respect to @Internal
elements).
This is a helper bean shared by the Issue Service impl and the Create Issue. It should not be considered API - plugins should use IssueService instead.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Use
createFieldScreenRenderer(com.atlassian.jira.issue.Issue) instead. Since v6.2.
| |||||||||||
Gets the fields that will be shown in the create issue screen for that issues project and issue type
| |||||||||||
This method is deprecated.
Use
getProvidedFieldNames(com.atlassian.jira.issue.Issue) instead. Since v6.2.
| |||||||||||
Checks that the currently installed license has not expired and all relevant license limitations with
respect to user or role counts have not been exceeded.
| |||||||||||
This method is deprecated.
Use createFieldScreenRenderer(com.atlassian.jira.issue.Issue)
instead. Since v6.2.
Gets the fields that will be shown in the create issue screen for that issues project and issue type
user | the user in play |
---|---|
issueObject | the as yet saved issue object encompassing project and issue type |
This method is deprecated.
Use getProvidedFieldNames(com.atlassian.jira.issue.Issue)
instead. Since v6.2.
Checks that the currently installed license has not expired and all relevant license limitations with respect to user or role counts have not been exceeded.