Versions Compared

Key

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

RINT Integrations Hub for Jira allows custom variables that can be used when generating an integration request. Under the hood, we're using JSONPath and Mustache to extract and substitute variables for a RINT integration request.

It's currently possible to substitute the following:

...

VariableDescription
{{issue}}The issue that triggered the request. (or was in context of the scheduled job). Note: Scheduled RINT integrations will only have an issue if an issue context scope has been defined.
{{now}}

Current date/time 

{{baseUrl}}

The Jira instance base url (since v1.0.1) 



Note

Upper case on "U" in baseUrl




{{comments}}Get comments for the issue

Defining custom variables from a response

...