Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Download the Java .jar library

View file
namesqlc-driver-jira-cloud-1.0.0.jar

...

Download the driver above and install it in your favorited Java tool for reporting & analytics.

JDBC connect

  • Driver class: expert.marketplace.sqlc.jira.cloud.Driver

...

  • URL: jdbc:jira-cloud:<port> (any available local port)

  • Username: Must match the name of the Jira instance (https:<instance>.atlassian.net)

  • Password: Must match the password on SQL Cloud - Query Server page (https://<instance>.atlassian.net/plugins/servlet/ac/expert.marketplace.jira.cloud.sql/sqlc-server)

Prerequisites

  • Minimum Java version 1.8

How it works

SQL Cloud is a 100% JavaScript database. Therefore a browser page is always required to run it.

...