How can you get project configuration (Issue Scheme, Field Configuration Scheme,Issues Type Screen S

Tim Thompson November 16, 2017

Building an review/verification/approval report for non-technical control groups to review and approve scheme configurations. REST APIs do not appear in the documentation. Following the conventions in place, I'd expect:

1. /project/{projectID or projectKEY}/IssueTypeScheme --> return list of issue types
2. /project/{projectID or projectKEY}/IssueTypeScreenScheme --> return list of screen schemes (KEYs or IDs) & issue type groupings
3. /screenscheme/{screenschemeKEY or screenschemeID} --> return list of operations & screens
4. /project/{projectID or projectKEY}/FieldConfigurationScheme --> return list of field configuration (KEYs or IDs) & issue type groupings
5. /fieldconfiguration/{fieldconfigurationKEY or fieldconfigurationID} --> return list of field and screen groupings with hide/required settings

Are these available? Is there another way? 

2 answers

0 votes
pAKoSTevE March 6, 2020

Hi Tim,

I think our App Glass Project Documentation does something you looking for! :)

Configuration can be browsed online (with Glass View permissions), or can be downloaded to PDF.

0 votes
Alexey Matveev
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.
November 16, 2017

Hello, 

I doubt it will work but you can check it. I think a better aproach would be to open configuration screens of the mentioned objects in Jira and track all rest api requests which those pages execute. But still it would be internal Rest Api which you should not use. 

Suggest an answer

Log in or Sign up to answer