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

Simplify successor management since now issue links are no longer inherited #1116

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jordivx
Copy link
Contributor

@jordivx jordivx commented May 22, 2024

Update project loadJiraDataForCurrentVersion since now issue links are no longer inherited and appear in latest release deltadocgen report.

@jordivx jordivx changed the title Feature/edpc 2054 simplify successor management Simplify successor management since now issue links are no longer inherited May 22, 2024
return mergedData
}

protected static List findRelatedIssuesToRemove(List<String> relatedIssues, Map deltaDocgenData, String relatedIssueType, String issueType, Map issueToUpdate) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Add Javadoc to this method. Why this is static?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added Javadoc. The method is static since it doesn't depend on any instance variables or methods of the class it's defined in.

@jordivx jordivx force-pushed the feature/EDPC-2054-simplify-successor-management branch from 8b5c14a to 701bf5e Compare July 8, 2024 09:46
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.

None yet

2 participants