Giter Site home page Giter Site logo

greggboer / azure-devops-extension-url-field Goto Github PK

View Code? Open in Web Editor NEW

This project forked from krypu/azure-devops-extension-url-field

0.0 0.0 0.0 151 KB

A custom control extension for Azure DevOps

License: European Union Public License 1.2

HTML 28.08% JavaScript 71.92%

azure-devops-extension-url-field's Introduction

URL Field - a custom work item control

Azure DevOps extension

Usage

This custom control allows you to add a clickable URL on your workitem form, that can optionally use another field as a variable in that URL. Depending on your needs, there are three different ways you can use this custom control extension:

  1. A fixed static URL that is always the same for every workitem.
  2. A dynamic URL that combines a static base URL with some parametres taken from an other field.
  3. A manual URL that is fully based on an other field.

The typical scenario for this custom control is option number two, see the following example below:

Let's assume that in your Azure DevOps instance, you have a custom field on a bug form. It's a simple string field that stores a ServiceNow incident number. Then, you can create an URL Field that would combine your SN web address with this SN number, e.g.:

URL https://company.service-now.com/nav_to.do?uri=incident.do?sysparm_query=number={field} Field ServiceNow Incident

When you open your work item, {field} will be replaced by a value from a selected field. Have a look at screenshots to see the output.

For scenario 1, you simple need to skip {field} in URL option, so nothing is replaced (a fixed link). For scenario 3, you simple need to enter only {field} in URL option, so everything is replaced (a manual link, fully based on an another field).

License

Licensed under the EUPL-1.2-or-later

Full text in 23 official languages is available at https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12

Special thanks to

azure-devops-extension-url-field's People

Contributors

dbloch3643 avatar krypu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.