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}/restReplace {product} with one of the following values:
bigpicturebigtemplatebiggantt
How to determine the base URL (Jira Server, Jira Data Center)
To determine the base URL for the public API:
- Navigate to Jira Administration > System > General configuration.
- 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.0Example:
https://yourcompanyname.com/rest/bigpicture/1.0