Actions
Feature #42872
openSupport Any Protocol and Regex URL Templates in Custom Link Fields
Status:
New
Priority:
Normal
Assignee:
-
Category:
Custom fields
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Problem¶
"Link" custom field only allows http:// and https:// URLs, rejecting mattermost:// or slack://. This blocks tool integration. Example: mattermost://server.com fails with "URL is invalid".
Solution¶
- Allow any protocol in "Link" fields.
- Add regex URL templates, e.g., regex https?:(.*) to mattermost://%m1%.
Example¶
"Mattermost Link" field: input https://server.com/channel, output mattermost://server.com/channel to open Mattermost app.
Related issue:¶
Files
No data to display
Actions