| java.lang.Object | |||
| ↳ | com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition | ||
| ↳ | com.atlassian.jira.plugin.webfragment.conditions.AbstractIssueCondition | ||
| ↳ | com.atlassian.jira.plugin.webfragment.conditions.CanConvertToIssueCondition | ||
Condition that determines whether the current user can convert the current subtask to an issue.
An issue must be in the JiraHelper context params.| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Should we display this item for this issue?
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.plugin.webfragment.conditions.AbstractIssueCondition
| |||||||||||||||||
From class
com.atlassian.jira.plugin.webfragment.conditions.AbstractJiraCondition
| |||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.plugin.web.Condition
| |||||||||||||||||
Should we display this item for this issue?
| user | The current user |
|---|---|
| issue | The issue we are displaying against |
| jiraHelper | The JiraHelper |

