Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Trigger Jira Automation and Automatically Transition Issues Based on Kanban Board Search Bar Input

Trigger Jira Automation and Automatically Transition Issues Based on Kanban Board Search Bar Input

nboreddy
August 19, 2026

Hi,

We have a requirement to trigger a Jira Automation rule when a user enters a value in the Kanban board search bar, as shown in the attached screenshot.

Expected Behavior:

When a user enters a value in the search bar that matches an issue's Summary field, the corresponding ticket should automatically transition to the next workflow status.

For example, if a user enters "Test" in the Kanban board search bar and there is a matching issue, the ticket should automatically transition from To Do to Draft, as shown in the attachment.

Kanban_Board_1.png

Current Behavior:

Entering a value in the Kanban board search bar does not trigger any automation rule, and the ticket remains in its current status.

We would like to know whether it is possible to trigger a Jira Automation rule based on activity in the Kanban board search bar and automatically transition the matching ticket to the next status.

Best Regards,
Nihanth

2 answers

4 votes
Gor Greyan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 19, 2026

Hi @nboreddy

Welcome to the Atlassian Community!

This isn't possible with Jira Automation. Entering a value there only filters which work items are displayed on the board. It does not change the work item or fire a Jira event, so no Automation trigger can detect that a user searched for Test.

Automation rules need an actual triggerable event, such as a field change, transition, comment, work item creation/update, scheduled trigger, etc.

I would recommend using an explicit action instead, for example, a workflow transition/button or a field that the user updates and which Automation can monitor, or a manual trigger on the ticket.

Using a search action to change workflow status would also be risky, since simply looking for a work item would modify it.

Please find this doc about Triggers.
https://support.atlassian.com/cloud-automation/docs/jira-automation-triggers

0 votes
Marcelo Montaño Sánchez
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 19, 2026

Hi @nboreddy 

I think there is a misunderstanding about what the board search is designed to do.

The search bar on a Kanban board is simply a filter for the board view. If you enter test, Jira filters the issues displayed on the board based on that search term. Searching for an issue does not generate an event that Automation can use as a trigger.

I would also avoid making a status transition happen as a result of a user searching for something. Searching is a read/filter operation, so having it modify issues could lead to unexpected changes — for example, a user could search for test just to find some issues and unintentionally transition all matching issues.

If the actual requirement is something like "when the Summary contains 'test', automatically transition the issue", that would be better implemented with Jira Automation using an appropriate issue-based trigger and a condition checking the Summary, rather than trying to use the board's search bar as the trigger.

So the key question would be: what event is supposed to cause the transition? The search itself isn't really an appropriate event for that.

 

Marcelo 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events