Versions Compared

Key

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

...

Choose the Jira issue event that shall trigger this Integration.

...

Condition


Selected Event

The event triggered when updating, creating or transition an issue

Run only on these project(s)

Limit the event handler to only run on the specified projects, this check will be done directly after the event is triggered.

Trigger only if actor of the event is

This check will run after the “Run only on these project(s)” condition and limits the integration to run only if a specific user is the actor or not depending on the operator.

Operator EQUAL means the user must be the user triggering the event

Operator NOT EQUAL means the user must not be the user triggering the event

This is useful for many case, one could be to not make circular calls where a bot comments the issue and an event listen to comment event and comments the same ticket again.

Field changed condition

This check is done after the “Trigger only if actor of the event is” and check if a certain field was changed during the event.

This is useful to determine if a certain field was changed when the issue was edited

JQL Condition. When to execute the event(s)

JQL clause to limit the condition event.

JQL Condition User. User that will be used to run the JQL search. If not set the JQL condition will use current user as actor

In some locked down projects and servicedesk it is not always the case that the user performing the event has permission to run a certain JQL query, in these cases use a actor that performs the search.

Attachment Condition

This checkbox condition will trigger the integration only if there is an attachment available on the issue. When sending attachments to remove systems the call is done as a multipart, sometimes there is a need to limit it to only send if an attachment is present on the issue.



Scheduled Jobs

If you need your integration to run on a scheduled basis, enter a cron expression and/or the optional JQL expression. NOTE: If a JQL expression is used a user has to be selected as well. (this is because Jira requires a user when evaluation JQL conditions) 

We recommend using https://www.freeformatter.com/cron-expression-generator-quartz.html to evaluate your crons. 

...

To run the search select a user that has access to the project that is searches.

Enter a JQL to search for the issues.

Image Added

When the schedule runs, it will automatically search for issues using JQL and perform the specified action on each matching issue.

Contextual JQL Condition

Contextual JQL can be used from either an incoming request or a parent → child relationship, where you would like to run the child only when a certain JQL condition is met, but the parent could run always. Usually used when you have a login call and that gets a token which needs to be passed to the children.

...