Hi,
i want to deactivate the jira users through programatically , can any body help which methods support this process in jira
Depends on version of Jira ,you are using.
This is one option, where you remove from jira-users group.
userUtil.removeUserFromGroup(group, user);
None I can think of other than doing a direct HTTP post to http://yourservername/secure/admin/user/EditUser.jspa. Check out and actual request to make the form data to the passed.
EDIT: Ignore the above answer if your question was about doing it within a JIRA plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes i want to do deactivation with in a jira plugin , how to do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.