Update API documentation with info to return all object connected issues

XMLWordPrintable

    • 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

            Assignee:
            Karen Bywater
            Reporter:
            Michelle Chin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: