Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I develop against JIRA with Secure Administrator Sessions?

Andrew
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 20, 2015
 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Andrew
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 20, 2015

Secure administrator sessions (also known as 'websudo') is a security feature introduced in JIRA 4.3. This provides an additional layer of authentication for administration functions. If you are developing a plugin for JIRA 4.3 or later, you will need to take note of the information below.

Plugin Development

WebWork actions that require administration access can be protected in JIRA with the WebSudoRequired annotation. This annotation must be on the class not the package nor a method in the class. (Note: WebSudoNotRequired annotation is not used in JIRA.)

Other plugin types, such as REST services or servlets, can be protected via websudo by following the instructions at: Adding WebSudo Support to your Plugin.

TAGS
AUG Leaders

Atlassian Community Events