Azure Logic App Jira Trigger Causes Multiple Job Runs

Emily Campa 1 Reputation point
2022-09-29T19:08:12.933+00:00

When using the trigger 'When a new issue is returned by a JQL query', the Logic App will create multiple Runs at the same time. I have counted up to 34 simultaneous Runs. This results in duplicated output values. How can this error be avoided?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,845 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,476 Reputation points
    2022-10-06T04:03:14.113+00:00

    @Emily Campa Thanks for reaching out. As you are using the Jira When a new issue is returned by a jql query then it is triggered when a new issue appears in the latest 100 results of a JQL query. If you don't want to run simultaneous workflow and only one workflow should handle it, then you need to disabled the property Split On under the setting of your trigger.

    247974-image.png

    247860-image.png

    0 comments No comments