Uses of Interface
com.atlassian.jira.plugin.jql.function.JqlFunction
Packages that use JqlFunction
Package
Description
-
Uses of JqlFunction in com.atlassian.jira.dev.jql.function
Classes in com.atlassian.jira.dev.jql.function that implement JqlFunctionModifier and TypeClassDescriptionclassSimple function that simply echos its input parameters as its output parameters. -
Uses of JqlFunction in com.atlassian.jira.dev.reference.plugin.jql
Classes in com.atlassian.jira.dev.reference.plugin.jql that implement JqlFunctionModifier and TypeClassDescriptionclassEchoes the the string passed in as an argument. -
Uses of JqlFunction in com.atlassian.jira.jql.operand
Fields in com.atlassian.jira.jql.operand declared as JqlFunctionMethods in com.atlassian.jira.jql.operand that return JqlFunctionConstructors in com.atlassian.jira.jql.operand with parameters of type JqlFunctionModifierConstructorDescriptionFunctionOperandHandler(JqlFunction jqlFunction, I18nHelper i18nHelper) -
Uses of JqlFunction in com.atlassian.jira.plugin.jql.function
Classes in com.atlassian.jira.plugin.jql.function that implement JqlFunctionModifier and TypeClassDescriptionclassFunction that produces the end of the month as the value.classBase class for issue type functions.classA useful base implementation of theJqlFunctioninterface, that provides sensible default behaviour for theAbstractJqlFunction.init(JqlFunctionModuleDescriptor),AbstractJqlFunction.getFunctionName()andAbstractJqlFunction.isList()methods.classThis is an abstract parent to user based functions that rely on returning a list of a list of QueryLiteral based on either the current user or a user passed as a parameter.classThis is an abstract parent to user based functions that rely on returning a list of a list of QueryLiteral based on either the current user or a user passed as a parameter.classAn abstract class for the versions system field flag functionsclassFunction that produces released versions for any specified projects (or all released versions if no project is specified).classFunction that produces all the standard issue typesclassFunction that produces all the sub-task issue types.classFunction that produces released versions for any specified projects (or all released versions if no project is specified).classA function that allows the user to select children of a specific parent option for cascading select fields.classThis function returns a list of components lead by a user.classReturn the date of the last login for the current user.classCreates a value that is the current search user.classFunction that produces the last released version for any specified projects.classFunction that produces the end of the day as the value.classFunction that produces the end of the month as the value.classFunction that produces the end of the week as the value.classFunction that produces the end of the year as the value.classA handler for the "issueHistory" function.classReturn the date of the previous login for the current user.classFunction that produces the last released version for any specified projects.classReturns the issue ids of issues linked to the specified issue which the user can see.classPerforms the validation and value generation for the MembersOf function.classFunction that produces the current date as the value.classThis function returns a list of projects lead by a user.classThis function returns a list of projects where the user has the requested permission.classThis function returns a list of projects where the user has the requested permission.classReturns the issue ids of issues that are associated with remote links with any of the given global ids.classFunction that produces the end of the day as the value.classFunction that produces the end of the month as the value.classFunction that produces the end of the week as the value.classFunction that produces the end of the year as the value.classReturns the issue ids of issues updated by specific user, within optional time frame (from, or from - to given date(s))classReturns the issue ids of the voted issues for the current user.classReturns the issue ids of the watched issues for the current user.