Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Latest commit

 

History

History
69 lines (43 loc) · 4.15 KB

README.md

File metadata and controls

69 lines (43 loc) · 4.15 KB

Azure DevOps Linkinator

redirects organizations projects

Give Azure DevOps (a.k.a. AzDO) short, beautiful and memorable URLs with no effort.

Because URLs are UI, this project provides a nicer UI on top of the default URLs provided by Azure DevOps. It does so with the following two components:

The latter is a must since even the most beautiful URIs are annoying to type by hand :).

How it works:

  1. Install the browser extension from the Chrome store.
  2. Navigate to a build, release, work item or wiki page in your AzDO project.
  3. Click the AzDO linkinator icon icon in the browser toolbar.

Screenshot

  1. Paste the URL you got on the clipboard and enjoy!

The following are the supported URL shortening schemes:

NOTE: in all cases, if org == project, the latter will be omitted in the copied URL to make it even shorter.

Builds

http://build.azdo.io/{org}/{project}/{id}

The ID can be either a specific ID or a build definition ID (a.k.a. pipeline ID). The linkinator will automatically redirect to the right thing.

Releases

http://releases.azdo.io/{org}/{project}/{id}

The ID can be either a specific release ID or a release definition ID. The linkinator will automatically redirect to the right thing.

Work Items

http://work.azdo.io/{org}/{project}/{id}

Wiki

http://wiki.azdo.io/{org}/{project}/{path}

Task Groups

http://tasks.azdo.io/{org}/{project}

Examples

Short URL Original URL
http://work.azdo.io/WORK_ITEM_ID https://dev.azure.com/[ORG]/[PROJECT]/_workitems/edit/[WORK_ITEM_ID]
http://wiki.azdo.io/Some/Subfolder/Page https://dev.azure.com/[ORG]/[PROJECT]/_wiki/wikis/[ORG]/[PROJECT].wiki?pagePath=%2FSome%2FSubfolder%2FPage
http://build.azdo.io/BUILD_ID https://dev.azure.com/[ORG]/[PROJECT]/_build/index?buildId=[BUILD_ID]
http://build.azdo.io/DEFINITION_ID https://dev.azure.com/[ORG]/[PROJECT]/_build/index?definitionId=[DEFINITION_ID]&_a=completed
http://build.azdo.io/DEFINITION_ID https://dev.azure.com/[ORG]/[PROJECT]/[ORG]/[PROJECT]%20Team/_build?definitionId=[DEFINITION_ID]&_a=summary
http://release.azdo.io/DEFINITION_ID https://dev.azure.com/[ORG]/[PROJECT]/_release?definitionId=[DEFINITION_ID]&_a=releases
http://release.azdo.io/DEFINITION_ID https://dev.azure.com/[ORG]/[PROJECT]/_releaseDefinition?definitionId=[DEFINITION_ID]&_a=environments-editor-preview
http://release.azdo.io/RELEASE_ID https://dev.azure.com/[ORG]/[PROJECT]/_release?releaseId=[RELEASE_ID]&_a=release-summary
http://release.azdo.io/RELEASE_ID https://dev.azure.com/[ORG]/[PROJECT]/_releaseProgress?releaseId=[RELEASE_ID]&_a=release-pipeline-progress
http://release.azdo.io/DEFINITION_ID https://dev.azure.com/[ORG]/[PROJECT]/_apps/hub/ms.vss-releaseManagement-web.hub-explorer?definitionId=[DEFINITION_ID]&_a=releases
http://release.azdo.io/RELEASE_ID https://dev.azure.com/[ORG]/[PROJECT]/_apps/hub/ms.vss-releaseManagement-web.hub-explorer?definitionId=[DEFINITION_ID]&_a=release-summary&releaseId=[RELEASE_ID]&source=ReleaseExplorer