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

Add dynamic hyperlink to fields named "Ticket" #7200

Closed
wants to merge 1 commit into from

Conversation

ColinMcNeil
Copy link
Contributor

@ColinMcNeil ColinMcNeil commented Jun 26, 2019

Ticket Hyperlinks

At UCONN, we use Footprints service desk for ticketing service. I'm guessing other orgs use similar ticketing services, where you can view a support ticket via URL: http://some_url.com/ticket/{ticket#}.

This is what we're using to do it.

Issues: I could add the option to load the URL from a config file, or even add a new field type. With a new custom field format, a user could specify their own custom URL in the UI. Currently you have your field formats setup in a way that makes it very hard to add a new custom format. The validation code is sorta hard-coded to regex.

I thought I would share this idea/concept to you guys in the spirit of open source.

Aside: Editor wanted to redo all the spacing, had to rebase to get just my changes.

@ColinMcNeil ColinMcNeil requested a review from snipe as a code owner June 26, 2019 14:26
@ColinMcNeil ColinMcNeil force-pushed the master branch 2 times, most recently from d207707 to ce53153 Compare June 26, 2019 14:38
@snipe
Copy link
Owner

snipe commented Dec 6, 2019

I'm not really comfortable with magical keywords embedded in code, as it can cause weird issues with existing custom fields (and won't even work as expected for folks who don't speak english and wouldn't use that word anyway.)

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.

2 participants