This site is moving soon to become part of an integrated Appfire documentation and information site for our apps. This site will remain available during the transition to our new and improved site. Once this site is moved over, this banner will be updated with the new site link for easy access.
Take a look here! If you have any questions please email support@appfire.com
Difference between JQL aliases and functions
JQL aliases added by the app are accessible from Jira advanced search. JQL functions are accessible from Extended Search screen or via Extended Search filters in Jira advanced search.
Aliases are used just like keyword. For example: linkType="blocks"
Functions need to be called with the issue in
clause. For example issue in epicsOfChildrenInQuery("'Team Name'='My great team'")
Make sure to go through the steps in the Getting Started with JQL Search Extensions guide to better understand the aliases and functions.