Jira access information

Hello! i wanna create a web app that can access to jira information(issues) but how can the app recognize the username or password are valid

@Tahayoussoufina if you’re building an app, it should use authentication/authorization methods that are part of the Jira platform. I’ll also add that your app should never collect account information (including passwords) from end users. You can read more about app security here: Security for Jira Cloud apps

As for fetching issue information, here’s a link to the get issue method: https://developer.atlassian.com/cloud/jira/platform/rest/v3/#api-rest-api-3-issue-issueIdOrKey-get

1 Like