Is it possible to get data from BigPicture via Rest-API? If so, I would like to read the year and quarter from all program increments (PI) (as shown in the picture).
Jira URL example: “https://company.atlassian.net/rest/api/3/search?jql= type = Epic AND status = New”
BigPicture URL example: here please an example, if it is really possible
thx Edi
so my BaseUrl is the “https://company.atlassian.net/rest/bigpicture/1.0/public/ppm/box/”
and what do you mean by {boxId}? what should it look like?
Each element or container is represented as a Box in BigPicture. It can be PI, task, project, etc. For example, boxIds on your screenshot are: ART-1, ART-5, PROG-36 ...
You need to determine the boxId of the PI you're interested in.
it doesn't work like that, that's why i'm asking. i tried it earlier too...
https://company.atlassian.net/rest/bigpicture/1.0/public/ppm/box/ART-1
Hello @Edoardo Belfiglio , please read carefully the basicUrl dacumentation https://developer.bigpicture.one/reference/baseurl
based on your BP version it either has {Jira base URL}/rest/softwareplant-bigpicture/1.0 for ver < 8.32 or {Jira base URL}/rest/bigpicture/1.0 for ver >= 8.32
Hello iwebfunctional_2, thanks for your answer. Yes, I read the documentation. But if you test both URLs, you've easily tested whether it works or not, regardless of the version. But it doesn't work for either, so I need help...
URL < 8.32 https://company.atlassian.net/rest/softwareplant-bigpicture/1.0/public/ppm/box/ART-1
URL >= 8.32 https://company.atlassian.net/rest/bigpicture/1.0/public/ppm/box/ART-1
what status has your response? this would may be self explain why it is not working