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,644,559
Community Members
 
Community Events
196
Community Groups

How do you handle API management in/around Jira?

Frederik De Roover
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.
Sep 03, 2020

Hello everybody,

I want to get some community insights on how people/company's handle data/API management in and around the Atlassian ecosystem.

We currently have an API connect platform where we have a bunch of self developed API's connected. These API's have various tasks:

  • List the position for vessels
  • Retrieve all active projects
  • Get all people in the company + their titles
  • ...

We're a .NET company, so have little experience in the Java department. Therefore we went with Insight, since we can subscribe to a JSON file on a shared folder.

This however requires us to write a custom application, which is yet another application that lives on the side.

Our ideal scenario is that we develop 1 Jira or Insight plugin, which handles the connection management (headers, authorization, ...). Inside this plugin we can request every API, this seems like a tremendous operation.

Does anyone have examples or stories on how they handle data/API management within their company?

A couple of questions we have are:

  • Jira plugin vs Insight connector based on their SDK
  • Separate Insight connector per API

I'm not looking for a solution, but experiences people have had. 

Thanks in advance!

1 comment

Prince Nyeche
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.
Sep 04, 2020

Hi @Frederik De Roover 

I believe there's a .NET SDK available to Jira which you can use or examine to see what benefits it can bring to your use case. Most companies uses Libraries such as those to connect in and out of Jira rather than creating their own from scratch. 

Comment

Log in or Sign up to comment