Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Exporting comments in JIRA Issues using normal csv export.

Kosala January 18, 2020

      I want get export of comments in JIRA Issues to a Excel.   If not want to know how the Comments are stored in the JIRA database ?

1 answer

1 accepted

0 votes
Answer accepted
Veera
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 18, 2020

@Kosala 

Refer to KB: How to add comments to Excel export

If you have database access, you can run below SQL.

SELECT P.pkey||'-'||JI.issuenum as issuekey, JA.actionbody
FROM jiraaction JA
JOIN jiraissue JI ON JA.issueid = JI.id
JOIN project P ON JI.project = P.id
WHERE JA.actiontype = 'comment';
Max Stoaks May 4, 2020

Do end users have access to the db for a Jira cloud instance?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events