Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

Assistance Needed with JIRA API Data Extraction( get list of organizations -> Users )

Hello All,

I am in the process of exporting data from JIRA using API calls and have successfully extracted the Project List using the following endpoint: [https://api.atlassian.com//rest/api/2/project].

However, I am encountering difficulties in obtaining the following data:

1. **Organizations List from Each Project**
2. **Customer Details under Each Organization**

If anyone has experience or knowledge in extracting these specific data points from JIRA, I would greatly appreciate your assistance.

Thank you in advance for your help!

Best regards,

 

1 answer

0 votes
Robert Wen_ReleaseTEAM_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 15, 2023

Hello @OTT Subscribe ! Welcome to the Atlassian Community!

I think you need to take a look at the REST API for JSM, as customers and organizations are part of JSM.

This link may help.

https://docs.atlassian.com/jira-servicedesk/REST/4.15.0/#servicedeskapi/organization-getUsersInOrganization

Hi @Robert Wen_ReleaseTEAM_ 

I appreciate your assistance! I wanted to discuss the retrieval of organization data using the `GET /rest/servicedeskapi/organization` endpoint. Currently, this endpoint pulls data across all projects, but my requirement is to obtain results based on specific projects.

Thanks again!

Robert Wen_ReleaseTEAM_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 15, 2023

I can't see it on any of the calls.  I don't think it's possible.

Like OTT Subscribe likes this

Suggest an answer

Log in or Sign up to answer