-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
[NEW] Package to render issue numbers into links to an issue tracker. #6700
[NEW] Package to render issue numbers into links to an issue tracker. #6700
Conversation
This package is incompatible with the "Hex Color Preview" plugin, which also uses the #-sign as an anchor to recognize numbers.
Package.describe({ | ||
name: 'rocketchat:issuelinks', | ||
version: '0.0.1', | ||
summary: 'Message pre-processor that will add links to issue numbers.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: 'Message pre-processor that adds links to issue numbers.'
Alternative use: easily link relevant xkcd's! |
Any feedback? |
This is a feature I would like to see, and a vital package for e.g. a development team! :) |
Would it be unreasonable to ask for the key (# in this case) to be configurable? For example for this to work with our case management system it would detect... Case 123 Where it matches on case[space][0-9] |
This is a great start but unfortunately completely impractical for larger teams. In our company teams are working on 5 different projects. The minimum for a usable solution would be channel specific templates. |
This PR adds the package "rocketchat-issuelinks", which ensures that numbers preceded by a #-sign get converted into issue links. The exact link is configurable.
This package is incompatible with the "Hex Color Preview" plugin, which also uses the #-sign as an anchor to recognize numbers. As such, this feature is turned off by default.
@RocketChat/core