Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • How to configure email notification for work item author while the assignee changes status of item

How to configure email notification for work item author while the assignee changes status of item

James
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 10, 2025

I use Kanban board (URL ends with /secure/RapidBoard.jspa)

How to configure email notification for author of work item (me) while the assignee or other project member moves work item to another column on Kanban board (while the work item status changes)?

The article in docs mentions «Work item updated» action with explanation «A work item has had its details changed»

Somewhere in docs I saw description that «details» are title and description section of work item (not status)

2 answers

0 votes
Anthony Morais
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 Leaders.
November 10, 2025

Hi @James 

You can notify the issue author (reporter) when someone changes the status by adding them to the Notification Scheme for events like Work item updated or Work item resolved.
Make sure the reporter has Browse permission and email notifications enabled in their personal settings.

If you need more control (for example, only when moving to a specific column), create an Automation rule with the trigger Issue transitioned and the action Send email to reporter.

Docs:

Configure notification schemes

Manage your Jira personal settings

Jira automation actions

Hope it helps!

0 votes
yqiao
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 10, 2025

Hey there, I think you can try with following steps:

1. Check Your Notification Scheme

  1. Go to Project settingsNotifications.

  2. Find the Issue Updated event.

  3. Ensure that Reporter is included as a recipient for this event.

    • If not, click ActionsEdit and add Reporter.

2. Add a Custom Notification for Status Change Only

If you want to notify only on status changes, you’ll need to use Automation:

  1. Go to Project settingsAutomation.

  2. Click Create rule.

  3. Set the trigger to Field value changed.

    • Field: Status

  4. Add an action: Send email.

    • To: Reporter

    • Customise the email content as needed.

  5. Save and enable the rule.

By doing so, the reporter will only get notified when the status changes, not for every update.

Suggest an answer

Log in or Sign up to answer