Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Validate Jira Username and password using JIRA REST

Hinde NASSEUR August 4, 2017

Hello,

I'm trying to write a script that allow me to validate the jira user credentials

Could you please tell me What JIRA REST method could I call to make sure that the entered username and password are correct and belong to a valid Jira user? 

 

Thanks in advance

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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.
August 4, 2017

Any of them - the REST interface needs the process to login (or provide credentials generated by a previous login).  You could simply log in and try to read an issue.  If your credentials are right, it'll give you an issue or a "not found" message.  If they're wrong, it'll simply refuse access.

Have a look through the "authentication" section at https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-version-2-tutorial

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events