...
Detail:
Info text now appears at the top of the “Send Notification” page describing the required format and process for pasting email addresses.
...
Summary:
Migrate Public API Tokens to use the TokenManager service
Ticket:
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Detail:
Clients send HTTP requests to a Public API with a “Token“ query parameter. The Public API tries resolve the token via the Token Manager. If the token is valid, the Token Manager returns Access Token information and the Public API allows the request.
...