| java.lang.Object | |
| ↳ | com.atlassian.jira.issue.IssueVerifier |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This is a very basic integrity/verification test used to indicate if a workflow migration
for a specific issue is possible.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
This is a very basic integrity/verification test used to indicate if a workflow migration for a specific issue is possible.
It is not possible to test all steps in the migration process due to database access and creation of new elements (e.g. workflow entries, etc). This test ensures that a specific issue is in a suitable state (e.g. workflow, status, etc). This is the professional version of the checker.| WorkflowException |
|---|

