Forums

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

Is there a way to show the story point of a child from within the epic "child list" ?

Scott Buratt
Contributor
August 4, 2022

Company Managed project

When looking at the "Child Issues" list within an Epic, would like to additionally see the child "Story Points" of each child besides the Type, #, Summary, Priority, Assignee and Status 

Thanks

epic-child-storypoints.PNG

1 answer

0 votes
kdatta21
September 13, 2017

I have used this to fetch all the comments but it didn't work.Please help me out.


Promise<SearchResult> searchJqlPromise = client.getSearchClient().searchJql("query",200,0,null);
            int count=0;
            for (Issue issue : searchJqlPromise.claim().getIssues()) {
                Iterator<Comment> comments = issue.getComments().iterator();
                
               while (comments.hasNext()){
                    Comment comment = comments.next();
                    System.out.println("Comment : " + comment.getBody() + " by " + comment.getAuthor().getDisplayName());
                }

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events