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,556,264
Community Members
 
Community Events
184
Community Groups

list of all Projects, Issue types and associated request types on my instance

I'm an Org Admin and I'm wondering if there is a way to generate a report that identifies all of the projects, their issue types and their associated request types

E.g.

Project X > issue type "How Do I" > Request type B

Project X > issue type "How Do I" > Request type C

Project Y > issue type "how Do I" > Request type Q

Project Z > issue type "Ask a question" > Request type B

 

1 answer

1 accepted

1 vote
Answer accepted
Matthias Gaiser _K15t_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 17, 2023

Hi Anthony,

I don't know a way how to do this out of the box, but you could write a script which uses the REST API to generate such a report.

I would write it like:

  1. Get all servicedesks
    With this request you can retrieve all service desk projects. This includes a service desk id.
  2. Get all request types for each service desk
    With this service desk id, you can call this API to get all request types, this also contains the id of every issue type.
  3. Generate a report
    You can then generate eg a csv file based on this data

Maybe this helps?
Matthias.

Hey Matthias,

Thanks, you've confirmed my own investigations.

I found a workaround similar to what you suggested but using a JSM Power BI add-on we purchased. 

I guess I just hoped that there might be a more intuitive OOTB solution.

Like # people like this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events