Update IDE issue navigation links#1219
Merged
labkey-tchad merged 2 commits intorelease25.11-SNAPSHOTfrom Dec 1, 2025
Merged
Conversation
| <IssueNavigationLink> | ||
| <option name="issueRegexp" value="(Epic|Story|Item)( +#?)([0-9]+)" /> | ||
| <option name="linkRegexp" value="https://www.scrumwise.com/scrum/#/backlog-item/$3" /> | ||
| </IssueNavigationLink> |
Contributor
There was a problem hiding this comment.
Even though we don't have Scrumwise anymore, I've found that having the link try to go there gives me some information to understand the "vintage" of the issue. Maybe we'll remember that these nouns are the "Scrumwise" nouns, and maybe that's just me, but I also think there's no harm in leaving these.
Member
Author
There was a problem hiding this comment.
I searched my enlistment and couldn't find anything relevant that matched either of these regexes. Maybe I'm missing something though.
| <IssueNavigationLink> | ||
| <option name="issueRegexp" value="^([0-9]+) ?:" /> | ||
| <option name="linkRegexp" value="https://www.labkey.org/issues/home/Developer/issues/details.view?issueId=$1" /> | ||
| </IssueNavigationLink> |
Contributor
There was a problem hiding this comment.
Are we sure this last one isn't used?
labkey-susanh
approved these changes
Nov 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale
25.11 is going to be relatively active for a couple of months. We should have issue links point to the correct repository. A couple of the existing link definitions are no longer (or never were) valid; they should be removed.
Related Pull Requests
vcs.xmltemplate to point to new location for issues #1217Changes