Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RM-90648 Add sprint chart #14016

Open
wants to merge 13 commits into
base: wip
Choose a base branch
from
Open

RM-90648 Add sprint chart #14016

wants to merge 13 commits into from

Conversation

mea-axelor
Copy link
Contributor

No description provided.

Project project = projectRepo.find(projectId);
sprintList = Beans.get(SprintGeneratorService.class).getSprintDomain(project);
}
return sprintList.stream().map(Sprint::getId).collect(Collectors.toList());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can use this too StringHelper.getIdListString(sprintList)

Copy link
Contributor Author

@mea-axelor mea-axelor Feb 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to return a List of Long but this method returns a String

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants