The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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

TAGS
AUG Leaders

Atlassian Community Events