Versions Compared

Key

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

...

Default variables that are available for every RINT integration request are:

VariableDescription
{{now}}

Current date/time

{{
 
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.

Defining custom variables from a response

...

See JSONPath for tutorials examples on how to define your jsonpath JSON path for your use case.

User object

Use $user

...

...

Issue object

VariableDescription
{{issue.summary }}returns the issue summary
{{issue.key}}returns the issue key
{{issue.type }}returns issue type
{{issue.assignee }}returns the assignee. See User above for chained mehod invocations. Ie. {{issue.assignee.key }}
{{issue.reporter }}returns the reporter
{{issue.watchers }}returns a list of watchers such as: ["user1","user2"]
{{issue.affectsversion }}returns the assignee
{{issue.fixversion }}returns the assignee
{{issue.components }}returns the assignee
{{issue.labels }}returns the assignee
{{issue.resolution }}returns the assignee
{{issue.attachments }}returns the assignee
{{issue.comments }}returns the assignee
{{issue.worklog }}returns the assignee
{{issue.votes }}returns the assignee
{{issue.due }}returns the issue due date
{{issue.description }}returns issue description
{{issue.priority }}returns the priority of the issue
{{issue.created }}returns the created date of the issue
{{issue.updated }}returns the updated date of the issue
{{issue.status }}returns the status of the issue
{{issue.customfield_xxxxx}}returns the value of the custom field. example {{issue.customfield_1000010100}}

Current date/time

VariableDescription
{{now}returns the full name. Example Rickard Atthemcurrent date