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

Support for Autolink References #481

Open
tomislacker opened this issue Aug 4, 2021 · 1 comment
Open

Support for Autolink References #481

tomislacker opened this issue Aug 4, 2021 · 1 comment

Comments

@tomislacker
Copy link

Prerequisites:

  • Is the functionality available in the GitHub UI? If so, please provide a link to information about the feature.

    Yes. It's available at the github.com/<user/group>/<projectname>/settings/key_links URL

  • Is the functionality available through the GitHub API? If the functionality is available, please provide links to the API documentation (https://developer.github.com/v3/) as well as the Octokit documentation (https://octokit.github.io/).

    Yes. API support was [finally] unveiled on 2021-08-02 with this announcement

New Feature

I'm not filing this ticket with any defined schema in-mind that I feel strongly about, but I would at least propose some sort of functionaly like:

references:
  'ASDF-': 'https://jira.company.com/browse/ASDF-<num>'
  'BOLIGRAFO-': 'https://jira.company.com/browse/BOLIGRAFO-<num>'

Where the probot/settings application would be able to manage the Autolink References in a project.

@electriquo
Copy link

relates to #479

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants