Class HelpUrlFunction

java.lang.Object
com.atlassian.jira.soy.AbstractHelpFunction
com.atlassian.jira.soy.HelpUrlFunction
All Implemented Interfaces:
com.atlassian.soy.renderer.SoyClientFunction, com.atlassian.soy.renderer.SoyFunction, com.atlassian.soy.renderer.SoyServerFunction<String>

public class HelpUrlFunction extends AbstractHelpFunction
getJiraHelpUrl('help_url_key_here') soy function.

Soy function that returns the help URL for the provided help key.

Since:
v7.0
  • Constructor Details

    • HelpUrlFunction

      public HelpUrlFunction(HelpUrls helpUrls)
  • Method Details

    • getName

      public String getName()