Code Monkey home page Code Monkey logo

clientforjira's Introduction

This branch contains the version compatible only with Jira Cloud. If you need to build the application compatible with Jira Server or Data Center, please switch to the server branch. See the Branches section below for details.

How to Build

Prerequisites

In order to build the project you need Apache Ant and Oracle JDK version 8.

  1. Download Apache Ant from https://ant.apache.org/bindownload.cgi

    The build has been tested with Ant version 1.10.7

  2. Download Oracle JDK 8 from Java Download Archive

    The build has been tested with version 8u192, though it is likely compatible with any JDK version from 8u112 to 8u202.

    Note, the build is NOT compatible with:

    • Java 9 and later

    • Java 8 updates before 8u112

    • any version of OpenJDK.

Build Steps

  1. Have Apache Ant and Oracle JDK 8 installed on your system.

  2. Check out the right branch of the repository.

    See the Branches section below in this file to choose the right one.

    Do NOT build the master branch.

  3. Open the build.sh with a plain text editor.

  4. Specify values of the ANT_HOME and JDK8_HOME variable.

  5. Save the updated build.sh file.

  6. Open command line terminal and go to the ant directory (cd ant)

  7. Run the build.sh shell script (./build.sh)

  8. When the build successfully completes, find built application in the build/.dist/jiraclient directory.

    Find ZIPed application in the build/.dist/jiraclient-NNNN.zip file.

For more details see the build documentation

How to Run

To start the built application run the start up script from command-line terminal. The script is in the:

You can pass workspace location as command-line parameter.

Client for Jira requires Oracle Java8 updates 8u112 to 8u202 (versions 8u192 or 8u202 are recommended). Java either must be available on the PATH environment variable or JAVA_HOME variable must be defined and point to the corresponding JRE or JDK.

Branches

Because of recent backward incompatible changes of Jira Cloud REST API, this project has two branches:

  • cloud This branch contains updates for Jira Cloud REST API. This application is not backward compatible with previous releases.

  • server This branch contains sources of the latest Client for Jira release (version 3.8.4) with the latest fixes. This branch does not include updates for the recent Jira Cloud REST API changes. It is not compatible with Jira Cloud, but this branch is backward compatible with previous releases of Client for Jira.

Copyright 2004โ€“2020 ALM Works, Inc. This work is licensed under the terms of GPL v3 license. If you require a different license, please contact [email protected].

clientforjira's People

Contributors

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