JIRA REST API Query
%SET{ response = %JIRAREST{
action=""
command=""
data=""
user=""
password=""
}% }%
Response of REST API Call:
Help:
- Use this form to interactively send REST (Representational state transfer
) requests to the JIRA server.
- The form asks for the action (REST method), command (REST API call), data (required for PUT and POST methods), user and password.
- Omit the user and password if you want to use the default user and password specified in configure. Specifying the password is safe as long as the TWiki server enforces TLS.
- See JIRA REST API Tutorials
to get started.
- See JIRA REST API documentation
for details.
- The resulting JSON response can be filtered with a JSON path using the SetGetPlugin (version 2015-03-27 or later required).
Related: JiraRestPlugin,
VarJIRAREST
--
TWiki:Main.PeterThoeny
- 2015-06-10