java.lang.Object | ||
↳ | com.atlassian.jira.web.bean.ConvertIssueBean | |
↳ | com.atlassian.jira.web.bean.ConvertIssueToSubTaskBean |
Convert issue to sub-task bean
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | SESSION_KEY |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
parentIssueKey |
[Expand]
Inherited Fields | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new blank instance
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clears everything in the bean except id.
| |||||||||||
Retrieves itself from the session.
| |||||||||||
Returns the issue operation of this bean
| |||||||||||
Returns parent issue key
| |||||||||||
Sets parent issue key
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
Creates a new blank instance
Clears everything in the bean except id.
Retrieves itself from the session. If not found in the session, a new instance is created and stored in the session.
session | session |
---|---|
issueId | issue id |
Returns the issue operation of this bean
Sets parent issue key
parentIssueKey | parent issue key |
---|