GET
/reports
Once the POST request has been submitted, the user can keep polling this endpoint to obtain a status on the report request. Returns report dataset once the execution has been completed and data is available.
POST
/ticket
Creates a new Task along with sample task attachment for reference.
/project
Returns list of projects the user has access to.
/viewticket
Returns task details by task Id.
/filtercount
Returns the list of filters that have been set up for the applicable user id.
/ticketsbyfilterstatus
Returns the task details and list of tasks by Filter Id.
/tickets/{key}/attachments
Adds an attachment to an existing task identified by key
/comments
Adds comments to an existing task identified by its jiraTicketNo
/reports/portfoliometadata
This provides the list of portfolio IDs, portfolio names, external IDs, and custodians for a specific client or firm.
/projectissuetype
Returns a list of issues in a project by project Id.
/ticketstatusbyfilterid
Returns task status by filter ID.
/attachmentmetadata
Returns attachment metadata details by task Id.
/projectissuetypefields
Returns all the available fields in an issue type of a project.
/ticketinfo
Returns information of a task.
/attachmentsbyticket
Returns task attachment(s) by task Id.
Returns comments for a task identified by its id
/reports/metadata
Returns available list of reports that the user is entitled to view.
Kicks off the execution of desired report for the chosen portfolio and reporting periods. Returns a GET URL in the response for the user to poll and retrieve the functional data once report execution is completed.