Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get hidden custom fields using Rest API

thisisnimish3 thisisnimish3 October 13, 2017

We have created a global field for all issue type and associated different default values for different projects and we intentionally did not added this field to any screen, so it can not be edited by any user but we can still differentiate entities/workitems based on value of this field.

Now since the field is not associated with any screen so it is not returned from API when we use blow queries
- /rest/api/2/issue/createmeta
- /rest/api/2/issue/editmeta

we observed there is another query which returns all fields and also includes the global hidden field and that is
- /rest/api/2/field

now here the problem is the response of above /field query does not include information like which field belongs to which project/screen/schema etc., so please let us know if there is a way to get such information from /field URL by passing some request parameter/flag in request.

also please let us know if there is some other way to get project level hidden fields using some other rest request.

2 answers

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
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 22, 2018

The answer is in the question really.

  • We have created a global field ... we intentionally did not added this field to any screen
  • Now since the field is not associated with any screen so it is not returned from API
  • ... the problem is the response of above /field query does not include information like which field belongs to which project/screen/schema

Correct.  It will not include information about the screen the field is on because it's not on any.

0 votes
Chris Dunne {Raledo}
Atlassian Partner
March 22, 2018

Hi, did you find an answer to this?

Suggest an answer

Log in or Sign up to answer