Base URL

Base URL

Base URL it is a prefix added to all public API endpoints.

How to determine the base URL (Cloud)

It depends on the product you are using.

https://api.bigpicture.one/public/{product}/rest

Replace {product} with one of the following values:

  • bigpicture
  • bigtemplate
  • biggantt

How to determine the base URL (Jira Server, Jira Data Center)

To determine the base URL for the public API:

  1. Navigate to Jira Administration > System > General configuration.
  2. Under the General Settings section, find the base URL, for example, https://yourcompanyname.com.

Use the following format for the base URL in the public API (replace {Jira base URL} with your base URL):

{Jira base URL}/rest/bigpicture/1.0

Example:

https://yourcompanyname.com/rest/bigpicture/1.0