java.lang.Object | |||||
↳ | webwork.action.ActionSupport | ||||
↳ | com.atlassian.jira.action.JiraActionSupport | ||||
↳ | com.atlassian.jira.web.action.JiraWebActionSupport | ||||
↳ | com.atlassian.jira.web.action.ProjectActionSupport | ||||
↳ | com.atlassian.jira.web.action.IssueActionSupport |
Known Direct Subclasses |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.web.action.JiraWebActionSupport
| |||||||||||
From interface
webwork.action.Action
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
attachmentManager |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.web.action.ProjectActionSupport
| |||||||||||
From class
com.atlassian.jira.web.action.JiraWebActionSupport
| |||||||||||
From class
com.atlassian.jira.action.JiraActionSupport
| |||||||||||
From class
webwork.action.ActionSupport
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the current issue.
| |||||||||||
This can be called to get a the number of times the user currently failed to logged in
| |||||||||||
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
| |||||||||||
True if the user has ever logged in to JIRA
| |||||||||||
This can be called to get a description of the last time the user failed to logged in
| |||||||||||
This can be called to get a description of the last time the user logged in
| |||||||||||
This can be called to get a the number of times the user logged in
| |||||||||||
Returns a list of versions applicable to this issue (unreleased first).
| |||||||||||
Returns a list of versions applicable to this issue (released first).
| |||||||||||
this formatting function is shared by the full view for navigator as well as view issue.
| |||||||||||
This can be called to get a description of the second last time the user logged in
| |||||||||||
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
| |||||||||||
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
| |||||||||||
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
| |||||||||||
This can be called to get a the total number of times the user has failed to logged in
| |||||||||||
Get the i18n'ed name of a workflow action (eg.
| |||||||||||
This method is deprecated.
Use
isCustomFieldHidden(java.lang.Long, java.lang.Long, java.lang.String) instead.
| |||||||||||
True if the user requires an elevated security check on the next login
| |||||||||||
This method is deprecated.
Use
isFieldHidden(java.lang.Long, java.lang.String, java.lang.String)
instead.
| |||||||||||
This method is deprecated.
Use
setCurrentObject(Object) instead
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
| |||||||||||
This method is deprecated.
Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0. Since 7.1
| |||||||||||
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
| |||||||||||
This method is deprecated.
Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0. Since 7.1
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.web.action.ProjectActionSupport
| |||||||||||
From class
com.atlassian.jira.web.action.JiraWebActionSupport
| |||||||||||
From class
com.atlassian.jira.action.JiraActionSupport
| |||||||||||
From class
webwork.action.ActionSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.jira.util.ErrorCollection
| |||||||||||
From interface
com.atlassian.jira.util.I18nHelper
| |||||||||||
From interface
com.atlassian.jira.web.HttpServletVariables
| |||||||||||
From interface
com.atlassian.jira.web.util.AuthorizationSupport
| |||||||||||
From interface
webwork.action.Action
| |||||||||||
From interface
webwork.action.CommandDriven
| |||||||||||
From interface
webwork.action.IllegalArgumentAware
|
Sets the current issue. This is similar to setting the current project - so that we can make things more convenient for users.
issueObj | The issue that you are currently viewing. |
---|
This can be called to get a the number of times the user currently failed to logged in
user | the user in play (not the current user but any user) |
---|
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
Reutrns the JQL representation of the curren search erquest in the session.
True if the user has ever logged in to JIRA
user | the user in play (not the current user but any user) |
---|
This can be called to get a description of the last time the user failed to logged in
user | the user in play (not the current user but any user) |
---|
This can be called to get a description of the last time the user logged in
user | the user in play (not the current user but any user) |
---|
This can be called to get a the number of times the user logged in
user | the user in play (not the current user but any user) |
---|
Returns a list of versions applicable to this issue (unreleased first).
Exception |
---|
Returns a list of versions applicable to this issue (released first).
Exception |
---|
this formatting function is shared by the full view for navigator as well as view issue.
v | duration in seconds |
---|
This can be called to get a description of the second last time the user logged in
user | the user in play (not the current user but any user) |
---|
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
This method will return the one in the current search request, or return null if one does not exist
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
This can be called to get a the total number of times the user has failed to logged in
user | the user in play (not the current user but any user) |
---|
Get the i18n'ed name of a workflow action (eg. 'Start Progress').
descriptor | Descriptor eg. from getDescriptor()
|
---|
This method is deprecated.
Use isCustomFieldHidden(java.lang.Long, java.lang.Long, java.lang.String)
instead.
Checks if the custom field is hidden in the project with id of projectId.
customFieldId | the data store id of the custom field |
---|
True if the user requires an elevated security check on the next login
user | the user in play (not the current user but any user) |
---|
This method is deprecated.
Use isFieldHidden(java.lang.Long, java.lang.String, java.lang.String)
instead.
Checks if the field is hidden in the project with id of projectId.
id | fieldId |
---|
This method is deprecated.
Use setCurrentObject(Object)
instead
Since v4.2 this method invocation does nothing
selectedIssueId | id of the currently saelected issue |
---|
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
This method is deprecated.
Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0. Since 7.1
This method is deprecated.
Since 7.1. Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0.
This method is deprecated.
Storing information on the httpsession is obsoleted. Please move this functionality to the frontend or other type of storage. This method will be removed in 8.0. Since 7.1
This method set the SearchRequest in the user's session
searchRequest | The seerachRequest to place in the session |
---|