Apps documentation
Issue Sync Pro
Issue Sync Pro
Documentation
FAQ
Release notes
Last updated Jun 11, 2023

JQL querying

Learn how to synchronize issues that are meeting certain conditions, with the usage of JQL queries

Mapping

When configuring the mapping, you can include an optional JQL query to detail the synchronization process. This may be useful, when you want to trigger synchronization events, only when specific conditions are met.

Steps

When creating a new mapping:

  1. See Mapping to learn how to create a new mapping.
  2. During mapping creation, in the Issue type section click Add additional JQL query toggle on the initiating side
    Note

    Keep in mind, that synchronized issue will be created, or updated, once the condition will be met on the initiating side.

  3. Input a valid JQL query on the initiating side.
    Note
    • Green check mark will be displayed, when the included query is a valid one
    • Red cross mark will be displayed, when the included query is invalid
    Example

    If you want to synchronize issues that contain word “Test” in their description, you can use description~“test” query.

    More information on JQL queries can be found here.

  4. Optionally: Set a JQL condition on the partner’s side.
  5. Click Create.
    Issue Sync Pro
    Issue Sync Pro

Results

JQL query has been included.

Steps

When editing an already existing mapping:

  1. See Editing mapping to learn how to edit an existing mapping.
  2. During mapping edition, in the Issue type section click Add additional JQL query toggle on the initiating side.
  3. Input a valid JQL query on the initiating side.
  4. Optionally: Set a JQL condition on the partner’s side.
  5. Click Save changes.
    Issue Sync Pro
    Issue Sync Pro

Results

JQL query has been included to an existing mapping.