| java.lang.Object | |
| ↳ | com.atlassian.jira.imports.project.util.IssueTypeImportHelper |
Contains shared functions around issue types required for project import.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the IssueType, in the current system, with the given name.
| |||||||||||
Checks the projects issue type scheme to determine if the issue type identified by newIssueTypeId is contained
in the projects scheme.
| |||||||||||
Checks to see that the issue type is valid for the provided project key and that its subtask-ness matches the
old issue type.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the IssueType, in the current system, with the given name. If no Issue Type exists with this name, then returns null.
| name | name of the IssueType. |
|---|
Checks the projects issue type scheme to determine if the issue type identified by newIssueTypeId is contained in the projects scheme.
| projectKey | identifies the project |
|---|---|
| newIssueTypeId | identifies the issue type to check |
Checks to see that the issue type is valid for the provided project key and that its subtask-ness matches the old issue type.
| newIssueType | the issueType to be inspected, should not be null |
|---|---|
| projectKey | the project key to see if the issue type is relevant for that project |
| oldIssueTypeIsSubTask | true if the old issue type was a subtask issue type, false otherwise |

