Incoming Webhooks conditions

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 incoming webhook URLIncoming Webhook 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 integration.

When you configure a rule, you can select the "with credentials". This will pass the user's credentials down to the mapped integration specified in the action dropdown. In other words, the user who triggered the rule will be used to run the 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 integration action, based on the specific rule that was triggered.

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