Investigate if all classes that include HasIssueTrackerFields should validate new_issues_url
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
The following discussion from !81541 (merged) should be addressed:
-
@.luke started a discussion: (+1 comment) Suggestion (not blocking)
This is only integration that we're including
HasIssueTrackerFieldsthat has a differentvalidatesline -:new_issues_urlis missing.We're defining
new_issues_urlasrequiredin the field DSL, and this is consistent with how it was previously defined inBaseIssueTracker.Is this validation missing from this integration? And if so, can we move the shared
validatesline intoHasIssueTrackerFieldsto keep them all consistent?This is not-blocking because this is a problem on
masterrather than something introduced by this MR, but it would make a great follow-up.