java.lang.Object | |
↳ | com.atlassian.jira.functest.framework.admin.IssueLinkingImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds an issue link type to JIRA.
| |||||||||||
Deletes an issue link type.
| |||||||||||
Disables issue linking across JIRA.
| |||||||||||
Enables issue linking across JIRA.
| |||||||||||
Determines whether an issue link type exists or not.
|
[Expand]
Inherited Methods | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||
![]()
|
Adds an issue link type to JIRA.
name | the name of the issue link type to create. |
---|---|
outward | the label to describe outward links. |
inward | the label to describe inward links. |
Deletes an issue link type.
name | the name of the issue link type to delete. |
---|
Disables issue linking across JIRA.
Enables issue linking across JIRA.
Determines whether an issue link type exists or not.
name | The name of the issue type to test for. |
---|