-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
3
-
Issue description
According to https://insight-javadoc.riada.io/insight-javadoc-8.6/insight-rest/#objectconnectedtickets, the only required parameter for this endpoint to return all connected Jira issues with an object is the object ID. However, this returns 404 error.
/tickets is required after the object ID but this does not return issues that are resolved (i.e. Resolution is EMPTY). To get all issues regardless of the resolution, we can make use of the filterId parameter by first creating a JQL filter for the desired issues and include the filter ID in the endpoint.
The GET call would look like this
<Jira_base_URL>/rest/insight/1.0/objectconnectedtickets/<object_ID>/tickets?filterId=<filter_ID>
Suggestion
Include the above in the documentation
- details
-
JSDSERVER-12407 Insight - REST API documentation requires correction for endpoint: connectedTickets()
- Gathering Interest
- mentioned in
-
Page Failed to load
Form Name |
---|
[JSDSERVER-7189] Update API documentation with info to return all object connected issues
Support reference count | New: 3 |
Remote Link | Original: This issue links to "Page (Confluence)" [ 959667 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 959667 ] |
UIS | Original: 0 | New: 1 |
UIS | Original: 1 | New: 0 |
Remote Link | New: This issue links to "Page (Confluence)" [ 709382 ] |
Remote Link | Original: This issue links to "Page (Confluence)" [ 708484 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 708484 ] |
UIS | Original: 2 | New: 1 |
UIS | Original: 1 | New: 2 |