Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With RINT, RESTful integrations & automation for Jira, you can easily create no-code automated REST-integrations to extend, automate and integrate with Jira. 

...

Getting started is easy. Once installed, the RINT user interface is available for the administrator at the add-ons applications page. (Cog → add-onsapplications

Click the REST-integrations link underneath the RESTFUL INTEGRATOR section to get started. 

...

Setting

Explanation

NAMEName of the RINT integrationRest integrations & automation
Parent actionSpecify a parent RINT Integration. Makes this integration a child to the parent. A child will be executed after successful execution of the parent.
MethodHTTP Method
UrlTarget endpoint URL
Authentication Method

Currently supported auth. methods.

  • Basic Auth
  • Bearer token
  • Parent - Uses the same authentication as the parent integration Only applicable for child integrations. 


HeadersSpecifies the request headers required for the target endpoint.
DescriptionGeneric description of what this integration does.
BodyREST body for the RINT integration REST request
VariablesVariables are only available for child integrations. This allows you to specify variables based on the parent REST response. Variables are configured by using JSONPath expressions. Read more about this in the chapter "Defining variables" All variables defined will be available in the variable scope that can be used when defining the urls, headers and body.  Read more of this in the chapter "Using variables" 

...