Description

Includes specified JS-scripts to particular pages.

Pages

Configure Scripts

/secure/JsIncluderScriptsConfigurationAction!default.jspa

Rest API

public Response getScripts()

public Response getScript(@PathParam("id") final int id)

public Response createScript(final ScriptDto scriptDto)

public Response updateScript(final ScriptDto scriptDto)

public Response deleteScript(@PathParam("id") final int id)

public Response getBindings(@PathParam("scriptId") final String scriptId)

public Response getCode(@PathParam("scriptId") final String scriptId)

public Response getProjects(@QueryParam("filter") final String filter)

public Response getIssueTypes(@QueryParam("projectId") final String projectId, @QueryParam("filter") final String filter)

public Response getCreateScripts(@QueryParam("projectId") final long projectId, @QueryParam("issueTypeId") final String issueTypeId)

public Response getIssueScripts(@QueryParam("issueId") final long issueId, @QueryParam("context") final String contextValue)