Class RecentIssueHistory

java.lang.Object
webwork.action.ActionSupport
com.atlassian.jira.web.action.JiraWebActionSupport
com.atlassian.jira.web.action.history.RecentIssueHistory
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class RecentIssueHistory extends JiraWebActionSupport
An action to show recent issue history. Used by the history drop down menu
Since:
v3.13
See Also:
  • Constructor Details

  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • isJson

      public boolean isJson()
    • setJson

      public void setJson(boolean json)
    • getHistoryItems

      Returns:
      a collection of IssueHistoryBean objects that represent recent issue history
    • jsonEscape

      public String jsonEscape(String jsonStr)
      Encodes the String from a JSON point of view
      Parameters:
      jsonStr - a String to JSON escape
      Returns:
      an escaped string