Giter Site home page Giter Site logo

fabric-jira-integrator's Introduction

fabric-jira-integrator

This is a tool to integrate Fabric (Crashlytics) and JIRA.

Background

  • Integration of Fabric (the crash-reporting system now owned by Twitter) with JIRA is rudimentary at best.
  • At my organization, we use components for JIRA issues. This breaks Fabric-JIRA Integration.

I finally got frustrated on New Year's Eve 2015, and wrote this. Happy New Year to me!

Architecture

  • The tool uses Selenium WebDriver to visit a Fabric URL and fetch all issue details.
  • It then uses a JIRA REST API to check whether each Fabric Issue is associated with a JIRA Issue.
  • If a Fabric issue is not associated with a JIRA issue, the issue is created in JIRA (again using the REST API).

config.properties

The project relies on a config.properties file in the root directory.

Create one with the following structure:

fabricurl=https://fabric.io       # this is the fabric URL. Typically doesn't need changing.
fabricloginendpoint=/login        # this is appended to "fabricurl" to create the login URL.
fabricusername=your fabric username or email address              
fabricpassword=your fabric password
fabricorganization=your fabric organization       
fabricappname=typically the package name of your app
fabricosname=the OS of your app
jiraurl=url to your JIRA
jirausername=a valid JIRA username
jirapassword=JIRA password
jiraproject=project where you want to create JIRA issues
jiraissuetype=Issue type for fabric issues 
jiraissuecomponent=Issue component.

The URL for a Fabric issue typically takes this format:

https://fabric.io/[FABRIC ORGANIZATION]/[APP OS NAME]/apps/[APP PACKAGE NAME]/issues/[UNIQUE HASH]

From this URL you can get the values for fabricorganization, fabricappname, fabricosname.

fabric-jira-integrator's People

Contributors

savishy avatar

Stargazers

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