Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

mailru/jira-plugins-jsincluder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)