softvis-research / jqa-jira-plugin

This is a Jira parser for jQAssistant. It enables jQAssistant to scan and to analyze data from Jira.
GNU General Public License v3.0
5 stars 3 forks source link

[feature] Build a chain of comments #4

Open b-pos465 opened 4 years ago

b-pos465 commented 4 years ago

Currently, there is a 1:n relation between issues and comments.

It could make things clearer when we create a chain of comments. Something like:

(Issue) -[:HAS_COMMENT]-> (Comment) -[:FOLLOWED_BY*]-> (Comment)

JJRC gives us an Iterable<Comment>. To make sure they are in the correct order we should sort them by their creation date.