java.lang.Object | ||
↳ | com.atlassian.jira.plugin.jql.function.AbstractJqlFunction | |
↳ | com.atlassian.jira.plugin.jql.function.RemoteLinksByGlobalIdFunction |
Returns the issue ids of issues that are associated with remote links with any of the given global ids.
This function can only be used if Issue Linking is enabled.
Function usage:
issuesWithRemoteLinksByGlobalId ( globalId [, globalId ]* )
The maximum number of global ids allowed by this function is 100.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | FUNCTION_REMOTE_LINKS_BY_GLOBAL_ID |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
expects at least one globalId as argument.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||
![]()
|
expects at least one globalId as argument.