What is involved in setting up an application link to a non-Atlassian application?

CHD CM Support May 12, 2016

We have a home-made application implemented in Django. The application, among other things, allows users to view JIRA issues. We want that to be done using the identity of the user so that access is properly authorized according to JIRA permissions.

It seems that setting up an application link between the apps would be the way to go so that JIRA would trust the home-made app to have authenticated the user.

Is this feasible?

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.
May 13, 2016

You will have to study on creating an add-on that can be uploaded in JIRA so that your application can "integrate" with it natively.

Other than that, if you just need authentication using JIRA for your application, take a look at Crowd.

Suggest an answer

Log in or Sign up to answer