Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

trying to learn forge jira events

Ankit kharola August 21, 2025

I am learning jira event whenever a issue is deleted in jira we can get the details of the issue by litening to this event i was also trying to figure out how to i get comments of the issue that was deleted currently i am only getting few details of the issue like summary issuetype assignee project but i am unable to get comment of the deleted issue throug event

1 answer

0 votes
Ayla August 21, 2025

Hi Ankit,

When an issue is deleted in Jira, the issueDeleted event does provide only limited details like summary, issue type, assignee, and project. Unfortunately, comments are not included in the payload for deleted issues.

A workaround is to capture comments before the deletion using the issueUpdated or commentCreated events and store them externally (like in a database or log). That way, if the issue gets deleted later, you still have access to the comments.

Jira’s API does not allow fetching comments of a deleted issue directly after deletion, so pre-capturing data is the safest approach.

Hope this helps!

Suggest an answer

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

Atlassian Community Events