All Projects → mailru → jira-plugins-jsincluder

mailru / jira-plugins-jsincluder

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
CSS
56736 projects
Closure Templates
11 projects

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].