Forums

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

How can I see deleted comments in Jira Environment?

Shilpi Saxena
September 16, 2022

Hi Team,

I have one question- If a tester in my team has deleted some comments and as a admin I want to see what is deleted so is there any option to see it?

 

Thanks

 

1 answer

1 accepted

0 votes
Answer accepted
Matthias Küspert
November 5, 2017

This is how it works for me now:

ResponseEntity<String> response = template.getForEntity(baseUrl + JIRA_REST_BASE_PATH + "issuetype",
String.class);
Collection<IssueType> result = JsonParseUtil.parseJsonArray(new JSONArray(response.getBody()), new IssueTypeJsonParser());
for (IssueType type : result) {
LOG.info("Issuetype name = " + type.getName());
}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events