...
PBI #8021 - Provide ability to retrieve service requests that take into consideration services that are affected by API key
New GET v1/app/servicerequest api to retrieve all the Service Request for all services associated with the current application.
New GET v1/servicerequests api to retrieve a list of service requests related to a given services.
Implement IServiceRequestRepository.GetByServiceIds repository functionality
PBI #7657 - MTAPI - Create Users API to GET Users for given Service by specific Permission
...
New /api/v1/users/search api to retrieve the list of internal-users. The search is done by first name, last name, email and windows user name (for internal users only): leading and trailing spaces will be removed before doing the search, minumum of two characters is required to do the search, "tc\" is optional when searching by userid, search result will include internal users matching "first name"/"last name"/email/"windows user name", the seach is not a case sensitiveNew GET /api/v1/permissions/{permissionId}/services/{serviceIdto retrieve all users regardless of the requester affiliation if UserId not provided
Addressed prod issue with Email Notification API (Incident IM326362)
Added new feature to enable logging MTAPI version and MTAPI client nuget package version in MTAPI server log
BUG #5930 - Add a space for "English Subject" label on "Email Notification Templates" page
...
BUG #8255 - Current user id should not be mandatory. also if userID is not provided, the API should returns all users regardless of the requester affiliation
New API to get users by permission, service and org to retrieve all users regardless of the requester affiliation if UserId not provided - GET /api/v1/permissions/{permissionId}/services/{serviceId}
Bug #8256 - Fix the condition to determine if the paging has more pages.
Bug #8261 - PUT /api/v1/servicerequests/status-history-ex
...