How to activate/deactivate user from JIRA through JIRA CLI?

rambabu patina
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 25, 2016

We want to activate/deactivate the current users in the JIRA by using the JIRA Client Level Interface Plugin GUI.
Provide me some sample examples to how to proceed.

1 answer

0 votes
GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 25, 2016

jira --action updateUser --userId "testuser1" --userFullName "Former employee" --deactivate

https://bobswift.atlassian.net/wiki/display/JCLI/3.8.0+-+Examples

Suggest an answer

Log in or Sign up to answer