Jira Integration Scenario | Community
Skip to main content
Level 1
March 20, 2026
Question

Jira Integration Scenario

  • March 20, 2026
  • 1 reply
  • 8 views

I’ve created a scenario that automatically creates a Jira ticket when the issue status is set to In Progress. The scenario runs, however I need to create it for individual teams to ensure only their issues are adding to their Jira boards. I currently have a filter in place between the watch events and read a record for the teamID, however I’m hesitant to run the scenario because there’s a chance it would pull every other request that is newly In Progress to the incorrect board. Does anyone have any experience/feedback on this or if the recommendation is to create a new Webhook with the teamID as a filter in the first module rather in between the two? 

1 reply

AmitVishwakarma
Community Advisor
Community Advisor
March 21, 2026

HI ​@MichaelaDi1 

You're right to be cautious, but the behavior is straightforward:

  • A filter never "re‑routes" items – if a record does not meet the filter condition, Fusion simply drops it and stops processing. It will not create a Jira issue on the wrong board.
  • So your current setup (Watch Events > Filter by teamID > Read a record > Create Jira issue) is already safe, as long as the filter is correct (e.g. teamID = 12345).
  • Best practice for multi‑team setups:
    • If teams have different Jira projects/boards, create separate scenarios or separate webhooks per team and filter by teamID directly in the first module (Watch Events/Webhook). This keeps each scenario "owned" by one team.
    • If you keep one scenario, add a Router right after Watch Events and put team‑specific filters on each route so each route creates tickets only for its own Jira project/board.

So: you won't accidentally send "other" requests to the wrong Jira board as long as your teamID filter is correct; using a separate webhook / first‑module filter per team is just the cleanest, lowest‑risk design.

Amit Vishwakarma - Adobe Commerce Champion 2025 | 16x Adobe certified | 4x Adobe SME