Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,294
Community Members
 
Community Events
184
Community Groups

How do you integrate in-house apps with your Jira?

Edited
DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Dec 07, 2019

Jira provides great interfaces to integrate with external applications. The basic interfaces are,

  • Java SDK (Server and Data Center)
  • Connect SDK (Cloud)
  • Rest API

I would like know about interfaces that you have created against your in-house applications.

At my company, we have custom a CRM tool (written in PHP). This tool eventually became our service desk (before Jira Service Desk). And to expose customers issues to our development team, and vice versa, we rely on Jira REST APIs.

This simple effort of integration (using Jira Rest API) have reduced lots of manual work for us, and finally it help us establish feedback system among our customers and developers.

1 comment

Mohamed Benziane
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Dec 08, 2019

Hi @DPKJ 

In my company, we have connected jira projects with our intranet, so the users can log issue trought the intranet.

We don't use JSD yet, so we have only this solution to let our user create issue in the right project.

We have also create a custom mail notification, so we don't need to use the notification scheme in jira.

But i don't like it much, i rather like the notification send by jira.

Like DPKJ likes this
DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Dec 08, 2019

@Mohamed Benzianethanks for sharing.

So, you are using REST API just like us.

Comment

Log in or Sign up to comment