How to fetch all screen for a specific project over JIRA Rest API

Harendra Chhekur October 17, 2021

Hey,

I want to fetch all the available fields for the issue in the specific project which information is actually stored as screen.

so I want to fetch all the screen attached to specific project, is it possible to fetch that information over the rest API?

what is the relation between the screen and project or how can I define that over Rest API?

Thanks

1 answer

0 votes
Thomas Deiler
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 18, 2021

Dear @Harendra Chhekur ,

this is a bit tricky - because there is no single REST function to do.

  • Get one project and read its issue types
  • for each issue type call Get create issue metadata limited to one project to get all fields of the create screens
  • fetch one existing issue of that issue type and perform a Get edit issue metadata to fetch all fields of the edit screens.

Api Reference

So long

Thomas

Prashantgouda KARAKANAGOUDR December 13, 2022

Hi,

 

Is there any way to get 'screen scheme' associated with project in Jira DC/Server?

 

 

Regards,

Prashant

Oren Zehavi March 30, 2023

Hey Thomas, 

Getting the edit screen with your solution will not work when there is no issues in the specific issuetype/ project.

Is there any other way?

Suggest an answer

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

Atlassian Community Events