Git Product home page Git Product logo

mozaik-ext-jira's Introduction

Mozaïk jira widgets

NPM version Travis CI License

Client Configuration

In order to use the Mozaïk jira widgets, you must configure its client. Configuration is loaded from environment variables.

env key required default description
JIRA_PROTOCOL no 'http' http or https
JIRA_HOST yes jira host (without protocol)
JIRA_USERNAME yes username for auth
JIRA_PASSWORD yes password for auth

You also have the ability to use multiple clients, you'll have to set the client parameter on your widget:

dashboards:
-
  title: '@mozaik/ext-jira demo'
  #
  widgets:
  -
    # will use 'default' client, JIRA_* environment variables
    extension: jira
    widget:    Project
    #
  -
    # will use 'other' client, JIRA_OTHER_* environment variables
    extension: jira
    widget:    Project
    client:    other <— HERE IT IS
    #

when you define the client property, the loaded environment variables must have the form JIRA_<uppercased_client_id>_<key>, for example:

  • JIRA_OTHER_PROTOCOL
  • JIRA_OTHER_HOST

Project

Display information about jira project.

parameters

key required description
projectId yes ID of the project

ProjectVersions

List jira project's versions.

parameters

key required description
projectId yes ID of the project

ProjectVersionUnresolvedIssueCount

Display count of unresolved issues for a given project version.

parameters

key required description
projectId yes ID of the project
versionName yes name of the project's version

mozaik-ext-jira's People

Watchers

 avatar  avatar  avatar

mozaik-ext-jira's Issues

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.