Giter Club home page Giter Club logo

jira-stories's Introduction

jira-stories App

This is an Angular app using jira API and its search endpoint.
More information about this API on jira api documentation.
storyPrinter.js runs the app and exposes an API proxy (/getStories endpoint) to query jira

Prerequisites

  • must have node, npm installed
  • register for the jira api to get your keys to use the jira API
    • create ./config.js file exposing the following keys: username, password, url.
    • Server-side keys (storyPrinter.js) are used by the api/getStories proxy from client-side.
module.exports = {
  username: "<YOUR_JIRA_USERNAME>",
  password: "<YOUR_JIRA_PASSWORD>",
  url: "https://<YOUR_JIRA_DOMAIN>.atlassian.net/rest/api/latest/search?"
}

IMPORTANT
Please remember not to expose config.js file anywhere as it will contain your jira credentials.

Install

  1. Clone repository
  2. npm i to install dependencies
  3. Start the server 'node storyPrinter.js'
  4. App opens up on port :3000

Improvements

  • Unit tests
  • More styling for search queries
  • Error management (client & server-side)

jira-stories's People

Contributors

fif0o avatar

Watchers

 avatar  avatar

jira-stories's Issues

Unable to connect to jira

Thanks for your code!!

Can you please provide solution As i am trying to connect to jira but unable to connect to Jira also i have tried with base 64 encoded string password but still same issue unable to connect
{
username: "abc.com",
password: " ",
url: "https://id.atlassian.com/"
}

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.