Skip to content

devlooped/azdo

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.

Icon Azure DevOps Linkinator

Azure DevOps Linkinator

Usage in last 30 days:

redirects organizations projects

edge chrome

ctrl+shit+s shortcut or toolbar button

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

https://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://release.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
https://build.azdo.io/BUILD_ID https://dev.azure.com/[ORG]/[PROJECT]/_build/index?buildId=[BUILD_ID]
https://build.azdo.io/DEFINITION_ID https://dev.azure.com/[ORG]/[PROJECT]/_build/index?definitionId=[DEFINITION_ID]&_a=completed
https://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

Sponsors

sponsors  by @clarius sponsors

get mentioned here too!

About

Home for azdo.io and accompanying linkinator source

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published