Class AdminHistoryResource

java.lang.Object
com.atlassian.jira.rest.v1.admin.AdminHistoryResource

@Path("adminHistory") @Consumes({"application/json","application/x-www-form-urlencoded"}) @Produces("application/json") public class AdminHistoryResource extends Object
REST endpoint for setting the user's administration page history. Each time a link with the class "admin-item-link" is clicked, an ajax request is made to this endpoint to update the admin page history. The listener is defined in jira-global.js and attached in header.js
Since:
v4.1