Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The first fulfilled condition will run the action. 

For example if there are three conditions and the second is met then that will be run.

Conditions supported




UserThe user that logged into Jira with basic auth when hitting the inbound URLInbound calls must be authenticated with basic auth
DataJSON path to payload entry that will be matched against.  Operands supported  =, != , ~,  REGEXP,  >, < , <=, >=
URLURL must contain or completely match 


with Credentials

The "with credentials" option allows you to specify which user will run an action that meets a certain rule condition. This option makes it easy to use different integration users based on incoming rules with the same outbound integration.

When you configure a rule, you can select the "with credentials". This will pass the user's credentials down to the mapped outbound integration specified in the action dropdown. In other words, the user who triggered the rule will be used to run the outbound integration action.

Using "with credentials" can be particularly useful when you have multiple users or integration users that need to access external systems or APIs. It allows you to control which user is used for each outbound integration action, based on the specific rule that was triggered.

To use "with credentials" in an outbound integration, simply select the option from the with credential dropdown. This will ensure that the correct user credentials are passed down to the outbound integration action, based on the incoming rule that triggered it.




  • No labels