Code Monkey home page Code Monkey logo

azure-to-miro's Introduction

Azure Devops to miro

Introduction

Azure Devops is a great tool to User Story specifications. Miro is a great tool for visual management, let's transfer work items from Azure Devops into Miro.

Usage

npx azure-to-miro {workItemId} [-t THEME_NAME]

azure-to-miro recursively imports children of the workItemId to import.

Configuration

All the settings are available in the .env.template.

ATM_MIRO_API_URL=https://api.miro.com/v1
ATM_MIRO_API_KEY=
ATM_MIRO_BOARD_ID=
ATM_MIRO_OFFSET=420

ATM_AZURE_API_TOKEN=
ATM_AZURE_PROJET_URL=
ATM_AZURE_ORGANISATION=
ATM_AZURE_PROJECT=

ATM_THEME_TODO="#2D9BF0"
ATM_THEME_DONE="#7bed9f"
ATM_THEME_BUG="#e84118"

ATM_THEME_CUSTOM_TODO="#2D9BF0"
ATM_THEME_CUSTOM_DONE="#7bed9f"
ATM_THEME_CUSTOM_BUG="#e84118"

You should copy those environment variables wherever the rest of your system's variables live.

For example:

  1. if you're using zsh, take a look in your home directory's .zshrc file
  2. if you're using bash, take a look at your bash_profile file
  3. if you're using fish, use set -gx key value in your ~/.config/fish/config.fish file

Note that the export bit is pretty key, to make sure that they are globally available. To check that the variables have been set correctly, you can print them in the terminal -- for example, echo $ATM_MIRO_BOARD_ID.

Specific project

You can add multiple project by prefixing with your custom project ID.

example: ATM_MIRO_BOARD_ID can become SPECIFIC_PROJECT_ATM_MIRO_BOARD_ID and SECOND_SPECIFIC_PROJECT_ATM_MIRO_BOARD_ID.

And you can use it this way: npx transfer 123 -p=SPECIFIC_PROJECT

Custom theme

You can add multiple color theme if you want to customize.

If you set custom ATM_THEME_[THEME_NAME]_TODO, azure-to-miro will use it with the option -t|--template THEME_NAME.

azure-to-miro's People

Contributors

jcalixte avatar

Watchers

 avatar  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.