I want to use REST api with curl and reset current login failed attempt to 0 when it turns to non zero digit..i am new to REST api can anybody help me with this.
Hi @vivek
Referring to https://community.atlassian.com/t5/Jira-Core-questions/Reset-Login-count-in-Jira/qaq-p/365053
It seems the only way to do this is with a direct DB modification.
You could use script runner to create a custom rest endpoint which could then trigger this
I am not sure I recommend this as an option as direct DB modifications to a production instance are always risky.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.