“The dilemma I'm having is the JPD api versus JaaS api.
The api for JaaS obviously lets you call specific filters. However, the JPD API doesn't seem to be that way. I'm not having any luck getting the api to just deliver the export csv page since in JPD there isn't a specific filter I can call on.
When I call the JPD api, it spits out a 4,000 data items into a csv without specific identifiers to nail it down.
The question I want to ask the Atlassian JPD folks, “is there a way in the JPD api to have it call the specific exports page and specifically the exported csv.””
Good evening. (Note -- I am not an Atlassian employee of that is what you are looking for).
I am a little confused - I assume JPD = Jira product discovery and I'm not aware of any endpoints specific to that product. If you have an endpoint that is causing you problems or a link to JPD API documentation, please provide it.
In the meantime - "JPD" projects are a project type with an issue type Idea. You create a filter for these projects and issues just like any other project. Once you have your filter, you can use the ID (or the JQL) in an issue search endpoint. Of course, pagination can be tricky if you haven't done it
Below are some related endpoints:
https://yourSite.atlassian.net/rest/api/3/project/type
https://yourSite.atlassian.net/rest/api/3/issuetype/project?projectId=10051
https://yourSite.atlassian.net/rest/api/3/search/jql?jql=project=DEN
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.