Skip to content

AUG-Moscow/jira-plugins-jsincluder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.8%
  • Java 6.3%
  • CSS 2.1%
  • HTML 1.8%