Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to get the screenId's using JIRA REST

Niklas Fondberg March 5, 2016

The https://docs.atlassian.com/jira/REST/latest/#api/2/screens documentation has the screenId for most API calls but I can't see any way of getting:

  1. List of screenId's
  2. Getting or setting screen scheme for a screen

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Boris Georgiev _Appfire_
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.
March 5, 2016
  1. There is not API for getting all screens. If you need the id of some screen you can get it from the screens admin page, by examining the parameter in the URL when you click "configure" on a screen. Also you can get the ids of all screens by running a simple jQuery selector from the screens admin page i.e.
AJS.$('a.configure-fieldscreen').map(function(e){return AJS.$(this).attr('rel')})

2. Currently there us no API for configuring screen schemes

Niklas Fondberg March 6, 2016

Thanks but this is on another machine and is automatic so I need a way that doesn't involve the WebUI and manual steps i.e. REST API or equivalent.

TAGS
AUG Leaders

Atlassian Community Events